From 91e045050752392afb9d5fc0ee1ac68ef34d4b5a Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 15 Apr 2015 17:02:57 -0500 Subject: [PATCH] shuffle install order around --- debian/changelog | 1 + live-build/auto/config | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 93a149ab..3122f11a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ livecd-rootfs (2.298) UNRELEASED; urgency=low * live-build/auto/config: - remove resolvconf, click-apparmor, dosfstools + - shuffle install order around * snappy: + remove click-hook-framework + remove /etc/init.d/grub-common diff --git a/live-build/auto/config b/live-build/auto/config index e54067f2..c11ea361 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -364,10 +364,6 @@ case $PROJECT in if [ "$SUBPROJECT" = "system-image" ]; then OPTS="${OPTS:+$OPTS }--apt-recommends false" - # no minimal as we want to be really minimal - #add_task install minimal - add_task install ubuntu-core - # some workarounds because the seeds are not quite # corrent at the moment add_package install dbus @@ -376,6 +372,10 @@ case $PROJECT in # no Task: header yet add_package install ubuntu-snappy + # no minimal as we want to be really minimal + #add_task install minimal + add_task install ubuntu-core + # add special azure package case $ARCH in amd64)