mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Setup kernel properly for ubuntu-server:live; we *do* want to build
kernel-generic and initrd-generic for this image. (LP: #1682460)
This commit is contained in:
parent
6096be5a55
commit
03c991faef
7
debian/changelog
vendored
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
|
||||
|
||||
[ Balint Reczey ]
|
||||
|
@ -587,8 +587,10 @@ case $ARCH in
|
||||
;;
|
||||
esac
|
||||
|
||||
case $PROJECT in
|
||||
ubuntu-server|ubuntu-base|ubuntu-touch|ubuntu-touch-custom)
|
||||
case $PROJECT:$SUBPROJECT in
|
||||
ubuntu-server:live)
|
||||
;;
|
||||
ubuntu-server:*|ubuntu-base:*|ubuntu-touch:*|ubuntu-touch-custom:*)
|
||||
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
|
||||
KERNEL_FLAVOURS=none
|
||||
BINARY_REMOVE_LINUX=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user