Import patches-unapplied version 2.83 to ubuntu/quantal

Imported using git-ubuntu import.

Changelog parent: 2eff0cadbc3d4be53c972f5067afcd4f39b5370b

New changelog entries:
  * live-build/auto/config: Remove standard and server tasks from
    ubuntu-server squashfs, and build it with no kernel packages so that
    they can be added more correctly later by the installer (LP: #1028453).
This commit is contained in:
Colin Watson 2012-09-09 20:41:19 +01:00 committed by usd-importer
parent 2eff0cadbc
commit 8bc91f092f
2 changed files with 10 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.83) quantal; urgency=low
* live-build/auto/config: Remove standard and server tasks from
ubuntu-server squashfs, and build it with no kernel packages so that
they can be added more correctly later by the installer (LP: #1028453).
-- Colin Watson <cjwatson@ubuntu.com> Sun, 09 Sep 2012 20:41:19 +0100
livecd-rootfs (2.82) quantal; urgency=low
* live-build/auto/build: live-build now calls hybrid ISO9660 images

View File

@ -230,7 +230,8 @@ case $PROJECT in
;;
ubuntu-server)
add_task install minimal standard server
add_task install minimal
OPTS="${OPTS:+$OPTS }--linux-packages=none"
COMPONENTS='main'
PREINSTALL_POOL_SEEDS='server-ship'
;;