mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Import patches-unapplied version 2.142 to ubuntu/saucy-proposed
Imported using git-ubuntu import. Changelog parent: 331562fe9b6c7b589b1ad4dd43fdf658d87a8ff6 New changelog entries: * copy the initrd out of the chroot before we purge the kernel package on ubuntu-touch
This commit is contained in:
parent
331562fe9b
commit
80b176e6b2
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.142) saucy; urgency=low
|
||||
|
||||
* copy the initrd out of the chroot before we purge the kernel package on
|
||||
ubuntu-touch
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Wed, 29 May 2013 16:53:56 +0200
|
||||
|
||||
livecd-rootfs (2.141) saucy; urgency=low
|
||||
|
||||
* make removal of non existing old initrds non fatal in ubuntu-touch
|
||||
|
@ -433,9 +433,9 @@ 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}"
|
||||
|
||||
Chroot chroot "apt-get -y purge $kpkg"
|
||||
|
||||
cp "chroot/boot/bootimg-${subarch}.img" "$PREFIX-boot-${subarch}.img"
|
||||
|
||||
Chroot chroot "apt-get -y purge $kpkg"
|
||||
done
|
||||
|
||||
lb chroot_devpts remove "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user