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).
ubuntu/trusty
Colin Watson 12 years ago
parent d9f90a7d36
commit 243d78495f

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.83) UNRELEASED; 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:40:12 +0100
livecd-rootfs (2.82) quantal; urgency=low livecd-rootfs (2.82) quantal; urgency=low
* live-build/auto/build: live-build now calls hybrid ISO9660 images * live-build/auto/build: live-build now calls hybrid ISO9660 images

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

Loading…
Cancel
Save