From a567a0d8f1b5577a29947ab47961ff9116626452 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 7 Apr 2011 11:41:01 +0100 Subject: [PATCH] Import patches-unapplied version 1.166 to ubuntu/natty Imported using git-ubuntu import. Changelog parent: 3c3c9f040b3365bd4cd1bb51c1a8c9a6c0f41b3f New changelog entries: * Make the output kernel world-readable, since it was changed to be world-unreadable in linux 2.6.38-8.40. --- debian/changelog | 7 +++++++ livecd.sh | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4a133488..c33b1a47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (1.166) natty; urgency=low + + * Make the output kernel world-readable, since it was changed to be + world-unreadable in linux 2.6.38-8.40. + + -- Colin Watson Thu, 07 Apr 2011 11:41:01 +0100 + livecd-rootfs (1.165) natty; urgency=low * Drop the hack that removes ubiquity-slideshow-* on armel, webkit works diff --git a/livecd.sh b/livecd.sh index 7b81130b..1ca9ccd9 100755 --- a/livecd.sh +++ b/livecd.sh @@ -701,6 +701,7 @@ Pin-Priority: 550 action="mv" fi $action ${ROOT}/boot/vmlinu?-"${KVER}" livecd.${FSS}.kernel-"${SUBARCH}" + chmod 644 livecd.${FSS}.kernel-"${SUBARCH}" if [ "$INITRD_COMPRESSOR" != gz ]; then zcat "livecd.${FSS}.initrd-${SUBARCH}" | "$INITRD_COMPRESSOR" -9c \ > "livecd.${FSS}.initrd-${SUBARCH}.new"