Import patches-unapplied version 2.30 to ubuntu/oneiric

Imported using git-ubuntu import.

Changelog parent: 8576454a13c8d01c79fe5d469270ff7b9069713f

New changelog entries:
  * provide .bootimg as a link to .bootimg-$FLAVOUR similar to the 
    naming scheme we use for initrd and kernel files.
This commit is contained in:
Oliver Grawert 2011-08-20 10:58:30 +02:00 committed by usd-importer
parent 8576454a13
commit d82b716b81
2 changed files with 8 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.30) oneiric; urgency=low
* provide .bootimg as a link to .bootimg-$FLAVOUR similar to the
naming scheme we use for initrd and kernel files.
-- Oliver Grawert <ogra@ubuntu.com> Sat, 20 Aug 2011 10:58:30 +0200
livecd-rootfs (2.29) oneiric; urgency=low
* rename ac100 bootimage to something the build system can parse easier.

View File

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