Import patches-unapplied version 2.21 to ubuntu/oneiric

Imported using git-ubuntu import.

Changelog parent: 9ea613db8f08b03694923e94ad874c77afb5b037

New changelog entries:
  * make sure ac100 images have universe enabled since the kernel lives there.
This commit is contained in:
Oliver Grawert 2011-08-10 13:14:25 +02:00 committed by usd-importer
parent 9ea613db8f
commit 66e5f97cc1
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

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

View File

@ -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
;;