make sure ac100 images have universe enabled since the kernel lives there

ubuntu/precise
Oliver Grawert 14 years ago
parent 26a117ed03
commit 6ff8bfb69f

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.21) UNRELEASED; urgency=low
* make sure ac100 images have universe enabled since the kernel lives there.
-- Oliver Grawert <ogra@ubuntu.com> Wed, 10 Aug 2011 13:13:25 +0200
livecd-rootfs (2.20) oneiric; urgency=low
* make sure the right packages are installed on armel+ac100 subarch builds

@ -198,6 +198,7 @@ case $ARCH in
BINARY_REMOVE_LINUX=false
;;
ac100)
COMPONENTS='main restricted universe'
add_package install abootimg linux-ac100 flash-kernel
BINARY_REMOVE_LINUX=false
;;

Loading…
Cancel
Save