diff --git a/debian/changelog b/debian/changelog index 8f3895df..c60036b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +livecd-rootfs (0.90) UNRELEASED; urgency=low + + * make armel imx51 build from universe for alpha4 until our kernel package + is in main. + * change linux metapackage name to linux-babbage on imx51 to reflect the new + name choice of the kernel team. + + -- Oliver Grawert Tue, 11 Aug 2009 10:55:54 +0200 + livecd-rootfs (0.89) karmic; urgency=low [ Michael Casadevall ] diff --git a/livecd.sh b/livecd.sh index 33a1dabe..1457128e 100755 --- a/livecd.sh +++ b/livecd.sh @@ -327,9 +327,13 @@ link_in_boot = $link_in_boot sparc*) LIST="$LIST linux-sparc64";; armel) case "$SUBARCH" in - imx51) LIST="$LIST linux-imx51";; + imx51) + LIST="$LIST linux-babbage" + # temporarily enable universe until kernel is in main + COMP="main restricted universe" + ;; dove) LIST="$LIST linux-dove";; - *) LIST="$LIST linux-imx51";; + *) LIST="$LIST linux-babbage";; esac;; *) echo "Unknown architecture: no kernel."; exit 1;; esac