mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-09 18:01:36 +00:00
Import patches-unapplied version 2.93 to ubuntu/quantal
Imported using git-ubuntu import. Changelog parent: 96cd9adbcdd224f4661d3291872724e2432ea509 New changelog entries: * Revert binary/$INITFS/kernel-$FLAVOUR to the unsigned kernel, and link signed kernels to binary/$INITFS/kernel-$FLAVOUR.efi.signed instead (LP: #1067659).
This commit is contained in:
parent
96cd9adbcd
commit
20f625ae79
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.93) quantal; urgency=low
|
||||||
|
|
||||||
|
* Revert binary/$INITFS/kernel-$FLAVOUR to the unsigned kernel, and link
|
||||||
|
signed kernels to binary/$INITFS/kernel-$FLAVOUR.efi.signed instead
|
||||||
|
(LP: #1067659).
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Wed, 17 Oct 2012 11:48:47 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.92) quantal; urgency=low
|
livecd-rootfs (2.92) quantal; urgency=low
|
||||||
|
|
||||||
* disable all slideshows on al preinstalled images, due to (LP: #1066046)
|
* disable all slideshows on al preinstalled images, due to (LP: #1066046)
|
||||||
|
@ -334,10 +334,9 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
|
|||||||
echo "Cannot handle more than one kernel for $FLAVOUR ($KVERS)!" >&2
|
echo "Cannot handle more than one kernel for $FLAVOUR ($KVERS)!" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if [ -e "binary/$INITFS/"vmlinu?-"$KVERS.efi.signed" ]; then
|
|
||||||
ln "binary/$INITFS/"vmlinu?-"$KVERS.efi.signed" "$PREFIX.kernel-$FLAVOUR"
|
|
||||||
else
|
|
||||||
ln "binary/$INITFS/"vmlinu?-"$KVERS" "$PREFIX.kernel-$FLAVOUR"
|
ln "binary/$INITFS/"vmlinu?-"$KVERS" "$PREFIX.kernel-$FLAVOUR"
|
||||||
|
if [ -e "binary/$INITFS/"vmlinu?-"$KVERS.efi.signed" ]; then
|
||||||
|
ln "binary/$INITFS/"vmlinu?-"$KVERS.efi.signed" "$PREFIX.kernel-$FLAVOUR.efi.signed"
|
||||||
fi
|
fi
|
||||||
chmod 644 "$PREFIX.kernel-$FLAVOUR"
|
chmod 644 "$PREFIX.kernel-$FLAVOUR"
|
||||||
if [ -e "binary/$INITFS/initrd.img-$KVERS" ]; then
|
if [ -e "binary/$INITFS/initrd.img-$KVERS" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user