@ -1,3 +1,9 @@
livecd-rootfs (0.93) UNRELEASED; urgency=low
* remove temporary enablement of universe from the armel subarchitectures
-- Oliver Grawert <ogra@ubuntu.com> Tue, 25 Aug 2009 18:38:07 +0200
livecd-rootfs (0.92) karmic; urgency=low
* change armel+imx51 back to the proper metapackage name
@ -330,12 +330,10 @@ link_in_boot = $link_in_boot
imx51)
LIST="$LIST linux-imx51"
# temporarily enable universe until kernel is in main
COMP="main restricted universe"
;;
dove)
LIST="$LIST linux-dove"
esac;;
*) echo "Unknown architecture: no kernel."; exit 1;;