live-build/auto/config: Build ubuntu-server and ubuntu-core with

--initramfs=none, since we don't need casper in those images.
This commit is contained in:
Colin Watson 2012-09-12 14:01:52 +01:00
parent 7702eefb54
commit 2b10b49367
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.87) UNRELEASED; urgency=low
* live-build/auto/config: Build ubuntu-server and ubuntu-core with
--initramfs=none, since we don't need casper in those images.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 12 Sep 2012 14:01:13 +0100
livecd-rootfs (2.86) quantal; urgency=low
* Reorganise code to avoid kernel installation on

View File

@ -300,7 +300,7 @@ esac
case $PROJECT in
ubuntu-server|ubuntu-core)
OPTS="${OPTS:+$OPTS }--linux-packages=none"
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
KERNEL_FLAVOURS=none
BINARY_REMOVE_LINUX=false
;;