Import patches-unapplied version 2.20 to ubuntu/oneiric

Imported using git-ubuntu import.

Changelog parent: d67d517c3aaba67f0f66f77439587210440a9bfd

New changelog entries:
  * make sure the right packages are installed on armel+ac100 subarch builds
This commit is contained in:
Oliver Grawert 2011-08-09 16:25:11 +02:00 committed by usd-importer
parent d67d517c3a
commit 9ea613db8f
2 changed files with 10 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.20) oneiric; urgency=low
* make sure the right packages are installed on armel+ac100 subarch builds
-- Oliver Grawert <ogra@ubuntu.com> Tue, 09 Aug 2011 16:25:11 +0200
livecd-rootfs (2.19) oneiric; urgency=low
* Add support for building a pool of packages into the live config:

View File

@ -197,6 +197,10 @@ case $ARCH in
add_package install x-loader-omap4-panda u-boot-linaro-omap4-panda
BINARY_REMOVE_LINUX=false
;;
ac100)
add_package install abootimg linux-ac100 flash-kernel
BINARY_REMOVE_LINUX=false
;;
esac
;;
esac