mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-31 04:31:32 +00:00
install the kernel in the system-image subproject
This commit is contained in:
parent
22ce1e0085
commit
b4da1a2239
@ -436,10 +436,16 @@ esac
|
|||||||
|
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
ubuntu-server|ubuntu-core|ubuntu-touch)
|
ubuntu-server|ubuntu-core|ubuntu-touch)
|
||||||
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
|
case $SUBPROJECT in
|
||||||
KERNEL_FLAVOURS=none
|
system-image)
|
||||||
BINARY_REMOVE_LINUX=false
|
# keep the kernel for the system-image build
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
|
||||||
|
KERNEL_FLAVOURS=none
|
||||||
|
BINARY_REMOVE_LINUX=false
|
||||||
|
;;
|
||||||
|
esac
|
||||||
esac
|
esac
|
||||||
|
|
||||||
add_chroot_hook update-apt-file-cache
|
add_chroot_hook update-apt-file-cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user