mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-04 23:31:31 +00:00
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
3e1b7a9511
commit
706313acd5
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.30) UNRELEASED; 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:55: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