Import patches-unapplied version 2.87 to ubuntu/quantal

Imported using git-ubuntu import.

Changelog parent: a571547648

New changelog entries:
  * live-build/auto/config: Build ubuntu-server and ubuntu-core with
    --initramfs=none, since we don't need casper in those images.
impish
Colin Watson 13 years ago committed by usd-importer
parent a571547648
commit 81efc9c7e5

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.87) quantal; 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:56 +0100
livecd-rootfs (2.86) quantal; urgency=low
* Reorganise code to avoid kernel installation on

@ -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
;;

Loading…
Cancel
Save