Import patches-unapplied version 2.83 to ubuntu/quantal

Imported using git-ubuntu import.

Changelog parent: 2eff0cadbc

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).
impish
Colin Watson 13 years ago committed by usd-importer
parent 2eff0cadbc
commit 8bc91f092f

8
debian/changelog vendored

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

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

Loading…
Cancel
Save