mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
adjust naming of the touch bootimg files so cdimage picks them up for publishing
This commit is contained in:
parent
1b5c986fbb
commit
e7c4acc158
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.145) UNRELEASED; 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