diff --git a/debian/changelog b/debian/changelog index f6f4c4dd..4233dd80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.57) precise; urgency=low + + * Move ac100-tarball-installer from install set to live set + to make sure it's not pulling in other bits in the install + pass (and because installers belong in the live set anyway) + + -- Adam Conrad Wed, 29 Feb 2012 09:23:48 -0700 + livecd-rootfs (2.56) precise; urgency=low [ Ante Karamatić ] diff --git a/live-build/auto/config b/live-build/auto/config index 50107eec..e433acae 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -234,7 +234,8 @@ case $ARCH in ;; ac100) COMPONENTS='main restricted universe' - add_package install ac100-tarball-installer zram-config + add_package install zram-config + add_package live ac100-tarball-installer BINARY_REMOVE_LINUX=false PREINSTALL_POOL_SEEDS="" ;;