mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 13:21:33 +00:00
clean chroot/var/lib/initramfs-tools/ after building initrds
This commit is contained in:
parent
6b08ca545e
commit
e7feae4838
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.137) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* clear up /var/lib/initramfs-tools/ in teh chroot after building initrds
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Mon, 27 May 2013 18:25:51 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.136) saucy; urgency=low
|
livecd-rootfs (2.136) saucy; urgency=low
|
||||||
|
|
||||||
* ubuntu-touch: determine the value for $kver inside the chroot, not
|
* ubuntu-touch: determine the value for $kver inside the chroot, not
|
||||||
|
@ -427,6 +427,7 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
|
|||||||
cp "chroot/boot/bootimg-${subarch}.img" "$PREFIX-${subarch}-boot.img"
|
cp "chroot/boot/bootimg-${subarch}.img" "$PREFIX-${subarch}-boot.img"
|
||||||
rm "chroot/boot/bootimg-${subarch}.img" "/chroot/boot/initrd.img-"* "/chroot/boot/vmlinuz-"*
|
rm "chroot/boot/bootimg-${subarch}.img" "/chroot/boot/initrd.img-"* "/chroot/boot/vmlinuz-"*
|
||||||
done
|
done
|
||||||
|
rm -rf chroot/var/lib/initramfs-tools/*
|
||||||
Chroot chroot "apt-get -y purge crda wireless-regdb"
|
Chroot chroot "apt-get -y purge crda wireless-regdb"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user