mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-07 08:01:30 +00:00
use generic kernel for all ubuntu-core system-image
This commit is contained in:
parent
f786a86cb2
commit
4a31290a0f
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.275+ppa5) vivid; urgency=low
|
||||||
|
|
||||||
|
* use generic kernel for all ubuntu-core system-image
|
||||||
|
|
||||||
|
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 21 Jan 2015 14:39:31 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.275+ppa4) vivid; urgency=low
|
livecd-rootfs (2.275+ppa4) vivid; urgency=low
|
||||||
|
|
||||||
* live-build/ubuntu-core/hooks/01-setup_user.chroot:
|
* live-build/ubuntu-core/hooks/01-setup_user.chroot:
|
||||||
|
@ -367,14 +367,13 @@ case $PROJECT in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# generic kernel etc
|
# generic kernel etc
|
||||||
|
KERNEL_FLAVOURS=generic
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
i386|amd64)
|
i386|amd64)
|
||||||
add_package install grub-pc
|
add_package install grub-pc
|
||||||
KERNEL_FLAVOURS=virtual
|
|
||||||
;;
|
;;
|
||||||
armhf)
|
armhf)
|
||||||
add_package install flash-kernel u-boot-tools
|
add_package install flash-kernel u-boot-tools
|
||||||
KERNEL_FLAVOURS=generic
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
OPTS="${OPTS:+$OPTS }--linux-packages=linux-image"
|
OPTS="${OPTS:+$OPTS }--linux-packages=linux-image"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user