Import patches-unapplied version 2.29 to ubuntu/oneiric

Imported using git-ubuntu import.

Changelog parent: 26a8853159e5c47e8498f3f07388775da8f92d26

New changelog entries:
  *  rename ac100 bootimage to something the build system can parse easier.
This commit is contained in:
Oliver Grawert 2011-08-19 14:29:10 +02:00 committed by usd-importer
parent 26a8853159
commit 8576454a13
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.29) oneiric; urgency=low
* rename ac100 bootimage to something the build system can parse easier.
-- Oliver Grawert <ogra@ubuntu.com> Fri, 19 Aug 2011 14:29:10 +0200
livecd-rootfs (2.28) oneiric; urgency=low
* Switch ubuntu-dvd to ubuntu-usb and ubuntu-usb-live tasks.

View File

@ -184,7 +184,7 @@ if [ "$SUBARCH" = "ac100" ]; then
lb chroot_sysfs remove "$@"
lb chroot_proc remove "$@"
cp "chroot/boot/installer-${KVERS}.img" "$PREFIX.installer-$FLAVOUR.img"
cp "chroot/boot/installer-${KVERS}.img" "$PREFIX.bootimg-$FLAVOUR"
fi
# LTSP chroot building (only in 32bit and for Edubuntu (DVD))