From c7bec9b769f87300a8ecd5c91ff2a3aff22f1492 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 4 Dec 2012 16:20:22 +0000 Subject: [PATCH] Import patches-unapplied version 2.107 to ubuntu/raring-proposed Imported using git-ubuntu import. Changelog parent: 2cbe6e31d2035c31c57a3375218d90b578436804 New changelog entries: * Make sure the $PREFIX.kernel-$FLAVOUR.efi.signed output is world-readable. --- debian/changelog | 7 +++++++ live-build/auto/build | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index e552ea75..2e274e1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.107) raring; urgency=low + + * Make sure the $PREFIX.kernel-$FLAVOUR.efi.signed output is + world-readable. + + -- Colin Watson Tue, 04 Dec 2012 16:20:22 +0000 + livecd-rootfs (2.106) raring; urgency=low * re-enable all slideshows on all preinstalled images, webkit should work diff --git a/live-build/auto/build b/live-build/auto/build index 1ee09c59..e23710af 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -337,6 +337,7 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do 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" + chmod 644 "$PREFIX.kernel-$FLAVOUR.efi.signed" fi chmod 644 "$PREFIX.kernel-$FLAVOUR" if [ -e "binary/$INITFS/initrd.img-$KVERS" ]; then