diff --git a/debian/changelog b/debian/changelog index 36edaa68..af2c96d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.54) precise; urgency=low + + * Remove the x-loader packages from omap and omap4 flavours, as they + are now using the MLO provided by their respective u-boot packages. + * Add zram-config to the ac100 subarch to replace the installer hack. + + -- Adam Conrad Wed, 25 Jan 2012 22:34:59 -0700 + livecd-rootfs (2.53) precise; urgency=low * live-build/auto/config: Fix ubuntustudio-dvd task selection. diff --git a/live-build/auto/config b/live-build/auto/config index b1a8fadf..533f0e05 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -215,11 +215,11 @@ case $ARCH in BINARY_REMOVE_LINUX=false ;; omap) - add_package install x-loader-omap3-beagle u-boot-linaro-omap3-beagle + add_package install u-boot-linaro-omap3-beagle BINARY_REMOVE_LINUX=false ;; omap4) - add_package install x-loader-omap4-panda u-boot-linaro-omap4-panda ti-omap4-ppa + add_package install u-boot-linaro-omap4-panda ti-omap4-ppa BINARY_REMOVE_LINUX=false ;; mx5) @@ -230,7 +230,7 @@ case $ARCH in ;; ac100) COMPONENTS='main restricted universe' - add_package install ac100-tarball-installer + add_package install ac100-tarball-installer zram-config BINARY_REMOVE_LINUX=false PREINSTALL_POOL_SEEDS="" ;;