diff --git a/debian/changelog b/debian/changelog index e3d30805..93a149ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ livecd-rootfs (2.298) UNRELEASED; urgency=low + * live-build/auto/config: + - remove resolvconf, click-apparmor, dosfstools * snappy: + remove click-hook-framework + remove /etc/init.d/grub-common - -- Michael Vogt Mon, 13 Apr 2015 13:02:11 -0400 + -- Michael Vogt Wed, 15 Apr 2015 14:05:13 -0500 livecd-rootfs (2.297) vivid; urgency=low diff --git a/live-build/auto/config b/live-build/auto/config index e5a6c790..e54067f2 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -371,17 +371,11 @@ case $PROJECT in # some workarounds because the seeds are not quite # corrent at the moment add_package install dbus - add_package install libpam-systemd add_package install isc-dhcp-client - add_package install resolvconf - add_package install click-apparmor + add_package install libpam-systemd # no Task: header yet add_package install ubuntu-snappy - - # this is required for systemd to fsck the /boot - # partition - add_package install dosfstools - + # add special azure package case $ARCH in amd64)