mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-03 23:01:31 +00:00
Make the output kernel world-readable, since it was changed to be
world-unreadable in linux 2.6.38-8.40.
This commit is contained in:
parent
434340f3f5
commit
c3139fc2c7
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (1.166) UNRELEASED; 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:40:19 +0100
|
||||||
|
|
||||||
livecd-rootfs (1.165) natty; urgency=low
|
livecd-rootfs (1.165) natty; urgency=low
|
||||||
|
|
||||||
* Drop the hack that removes ubiquity-slideshow-* on armel, webkit works
|
* Drop the hack that removes ubiquity-slideshow-* on armel, webkit works
|
||||||
|
@ -701,6 +701,7 @@ Pin-Priority: 550
|
|||||||
action="mv"
|
action="mv"
|
||||||
fi
|
fi
|
||||||
$action ${ROOT}/boot/vmlinu?-"${KVER}" livecd.${FSS}.kernel-"${SUBARCH}"
|
$action ${ROOT}/boot/vmlinu?-"${KVER}" livecd.${FSS}.kernel-"${SUBARCH}"
|
||||||
|
chmod 644 livecd.${FSS}.kernel-"${SUBARCH}"
|
||||||
if [ "$INITRD_COMPRESSOR" != gz ]; then
|
if [ "$INITRD_COMPRESSOR" != gz ]; then
|
||||||
zcat "livecd.${FSS}.initrd-${SUBARCH}" | "$INITRD_COMPRESSOR" -9c \
|
zcat "livecd.${FSS}.initrd-${SUBARCH}" | "$INITRD_COMPRESSOR" -9c \
|
||||||
> "livecd.${FSS}.initrd-${SUBARCH}.new"
|
> "livecd.${FSS}.initrd-${SUBARCH}.new"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user