mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 04:37:29 +00:00
Make the output kernel/initrd world-readable in a couple more cases,
particularly relevant to ubuntu-defaults-image (LP: #1334616).
This commit is contained in:
parent
087ea23f62
commit
2977a432f3
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.65.12) UNRELEASED; urgency=medium
|
||||
|
||||
* Make the output kernel/initrd world-readable in a couple more cases,
|
||||
particularly relevant to ubuntu-defaults-image (LP: #1334616).
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Thu, 26 Jun 2014 12:33:23 +0100
|
||||
|
||||
livecd-rootfs (2.65.11) precise; urgency=medium
|
||||
|
||||
* Move from lts-raring to lts-saucy packages for the point release.
|
||||
|
@ -342,11 +342,13 @@ if [ "$NUMFLAVOURS" = 1 ] && [ "$LB_LINUX_FLAVOURS" != "none" ]; then
|
||||
# only one kernel flavour
|
||||
if [ -e "binary/$INITFS/vmlinuz" ]; then
|
||||
ln "binary/$INITFS/vmlinuz" "$PREFIX.kernel"
|
||||
chmod 644 "$PREFIX.kernel"
|
||||
else
|
||||
ln -sf "$PREFIX.kernel-$LB_LINUX_FLAVOURS" "$PREFIX.kernel"
|
||||
fi
|
||||
if [ -e "binary/$INITFS/initrd.lz" ]; then
|
||||
ln "binary/$INITFS/initrd.lz" "$PREFIX.initrd"
|
||||
chmod 644 "$PREFIX.initrd"
|
||||
else
|
||||
ln -sf "$PREFIX.initrd-$LB_LINUX_FLAVOURS" "$PREFIX.initrd"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user