From 81749fc06bdeb3cf78dbb6de5d9e7438e5bfda89 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 23 Jul 2012 17:41:40 +0100 Subject: [PATCH] live-build/auto/config: Build ubuntu-server with --debian-installer=live. --- debian/changelog | 2 ++ live-build/auto/config | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7ea43aa6..8369b9e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ livecd-rootfs (2.71) UNRELEASED; urgency=low * live-build/auto/config: Don't purge .pyc files on ubuntu-server images. + * live-build/auto/config: Build ubuntu-server with + --debian-installer=live. -- Colin Watson Mon, 23 Jul 2012 17:33:44 +0100 diff --git a/live-build/auto/config b/live-build/auto/config index a7db6a09..7922bb13 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -199,6 +199,7 @@ case $PROJECT in add_task install minimal standard server COMPONENTS='main' PREINSTALL_POOL_SEEDS='server-ship' + OPTS="${OPTS:+$OPTS }--debian-installer=live" ;; ubuntu-core)