mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 07:32:22 +00:00
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:
parent
8576454a13
commit
d82b716b81
7
debian/changelog
vendored
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
|
livecd-rootfs (2.29) oneiric; urgency=low
|
||||||
|
|
||||||
* rename ac100 bootimage to something the build system can parse easier.
|
* rename ac100 bootimage to something the build system can parse easier.
|
||||||
|
@ -185,6 +185,7 @@ if [ "$SUBARCH" = "ac100" ]; then
|
|||||||
lb chroot_proc remove "$@"
|
lb chroot_proc remove "$@"
|
||||||
|
|
||||||
cp "chroot/boot/installer-${KVERS}.img" "$PREFIX.bootimg-$FLAVOUR"
|
cp "chroot/boot/installer-${KVERS}.img" "$PREFIX.bootimg-$FLAVOUR"
|
||||||
|
ln -sf "$PREFIX.bootimg-$FLAVOUR" "$PREFIX.bootimg"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# LTSP chroot building (only in 32bit and for Edubuntu (DVD))
|
# LTSP chroot building (only in 32bit and for Edubuntu (DVD))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user