Make sure the $PREFIX.kernel-$FLAVOUR.efi.signed output is

world-readable.
ubuntu/precise
Colin Watson 12 years ago
parent 0849ac91a9
commit e27bacd5ee

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.65.5) UNRELEASED; urgency=low
* Make sure the $PREFIX.kernel-$FLAVOUR.efi.signed output is
world-readable.
-- Colin Watson <cjwatson@ubuntu.com> Tue, 04 Dec 2012 16:21:20 +0000
livecd-rootfs (2.65.4) precise-proposed; urgency=low livecd-rootfs (2.65.4) precise-proposed; urgency=low
* live-build/auto/config: Convince live-build to use the * live-build/auto/config: Convince live-build to use the

@ -328,6 +328,7 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
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 if [ -e "binary/$INITFS/"vmlinu?-"$KVERS.efi.signed" ]; then
ln "binary/$INITFS/"vmlinu?-"$KVERS.efi.signed" "$PREFIX.kernel-$FLAVOUR.efi.signed" ln "binary/$INITFS/"vmlinu?-"$KVERS.efi.signed" "$PREFIX.kernel-$FLAVOUR.efi.signed"
chmod 644 "$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…
Cancel
Save