mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 20:01:20 +00:00
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.
This commit is contained in:
parent
2cbe6e31d2
commit
c7bec9b769
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <cjwatson@ubuntu.com> 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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user