From 243d78495f43ce23035ad5c7d3349cdc77bf4c69 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 9 Sep 2012 20:41:14 +0100 Subject: [PATCH] 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). --- debian/changelog | 8 ++++++++ live-build/auto/config | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dca5da2d..cfc3891b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 09 Sep 2012 20:40:12 +0100 + livecd-rootfs (2.82) quantal; urgency=low * live-build/auto/build: live-build now calls hybrid ISO9660 images diff --git a/live-build/auto/config b/live-build/auto/config index 47947e6b..ac47d05d 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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' ;;