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)