mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Import patches-unapplied version 2.145 to ubuntu/saucy-proposed
Imported using git-ubuntu import. Changelog parent: 7f4def3fd6adcaa369b7fdeb41619e8c6728f2fc New changelog entries: * adjust naming of the bootimg files so cdimage picks them up for publishing
This commit is contained in:
parent
7f4def3fd6
commit
84f1c3ad04
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.145) saucy; urgency=low
|
||||
|
||||
* adjust naming of the bootimg files so cdimage picks them up for publishing
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Thu, 30 May 2013 12:14:38 +0200
|
||||
|
||||
livecd-rootfs (2.144) saucy; urgency=low
|
||||
|
||||
* Clean up subarch loop for touch subarches to skip unwanted deps.
|
||||
|
@ -433,7 +433,8 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
|
||||
Chroot chroot "env FLASH_KERNEL_SKIP=1 update-initramfs -k ${kver} -c -v"
|
||||
Chroot chroot "abootimg --create /boot/bootimg-${subarch}.img -f ${bootimgcfg} -r /boot/initrd.img-${kver} -k /boot/vmlinuz-${kver}"
|
||||
|
||||
cp "chroot/boot/bootimg-${subarch}.img" "$PREFIX-${subarch}.bootimg"
|
||||
cp "chroot/boot/bootimg-${subarch}.img" "$PREFIX.bootimg-${subarch}"
|
||||
ln -sf "$PREFIX.bootimg-${subarch}" "$PREFIX.bootimg"
|
||||
|
||||
Chroot chroot "apt-get -y purge $kpkg"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user