Import patches-unapplied version 2.30 to ubuntu/oneiric

Imported using git-ubuntu import.

Changelog parent: 8576454a13

New changelog entries:
  * provide .bootimg as a link to .bootimg-$FLAVOUR similar to the 
    naming scheme we use for initrd and kernel files.
impish
Oliver Grawert 14 years ago committed by usd-importer
parent 8576454a13
commit d82b716b81

7
debian/changelog vendored

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

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

Loading…
Cancel
Save