Setup kernel properly for ubuntu-server:live; we *do* want to build

kernel-generic and initrd-generic for this image. (LP: #1682460)
ubuntu/zesty
Mathieu Trudel-Lapierre 8 years ago
parent 6096be5a55
commit 03c991faef

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.441.1) UNRELEASED; urgency=medium
* Setup kernel properly for ubuntu-server:live; we *do* want to build
kernel-generic and initrd-generic for this image. (LP: #1682460)
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Thu, 13 Apr 2017 11:14:09 -0400
livecd-rootfs (2.441) zesty; urgency=medium livecd-rootfs (2.441) zesty; urgency=medium
[ Balint Reczey ] [ Balint Reczey ]

@ -587,8 +587,10 @@ case $ARCH in
;; ;;
esac esac
case $PROJECT in case $PROJECT:$SUBPROJECT in
ubuntu-server|ubuntu-base|ubuntu-touch|ubuntu-touch-custom) ubuntu-server:live)
;;
ubuntu-server:*|ubuntu-base:*|ubuntu-touch:*|ubuntu-touch-custom:*)
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none" OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
KERNEL_FLAVOURS=none KERNEL_FLAVOURS=none
BINARY_REMOVE_LINUX=false BINARY_REMOVE_LINUX=false

Loading…
Cancel
Save