Import patches-unapplied version 2.145 to ubuntu/saucy-proposed

Imported using git-ubuntu import.

Changelog parent: 7f4def3fd6

New changelog entries:
  * adjust naming of the bootimg files so cdimage picks them up for publishing
impish
Oliver Grawert 12 years ago committed by usd-importer
parent 7f4def3fd6
commit 84f1c3ad04

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…
Cancel
Save