Import patches-unapplied version 1.166 to ubuntu/natty

Imported using git-ubuntu import.

Changelog parent: 3c3c9f040b

New changelog entries:
  * Make the output kernel world-readable, since it was changed to be
    world-unreadable in linux 2.6.38-8.40.
impish
Colin Watson 14 years ago committed by usd-importer
parent 3c3c9f040b
commit a567a0d8f1

7
debian/changelog vendored

@ -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 <cjwatson@ubuntu.com> 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

@ -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"

Loading…
Cancel
Save