Import patches-unapplied version 2.21 to ubuntu/oneiric

Imported using git-ubuntu import.

Changelog parent: 9ea613db8f

New changelog entries:
  * make sure ac100 images have universe enabled since the kernel lives there.
impish
Oliver Grawert 14 years ago committed by usd-importer
parent 9ea613db8f
commit 66e5f97cc1

6
debian/changelog vendored

@ -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 livecd-rootfs (2.20) oneiric; urgency=low
* make sure the right packages are installed on armel+ac100 subarch builds * make sure the right packages are installed on armel+ac100 subarch builds

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

Loading…
Cancel
Save