mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 04:37:29 +00:00
no actual point in apt clean here, since that just cleans files from the bind mount
This commit is contained in:
parent
bc361bc33b
commit
dec765f035
@ -31,7 +31,6 @@ chroot binary/boot/squashfs.dir chmod +x /usr/sbin/grub-probe
|
||||
env DEBIAN_FRONTEND=noninteractive chroot binary/boot/squashfs.dir apt-get --purge remove --assume-yes '^linux-.*' 'linux-base+'
|
||||
env DEBIAN_FRONTEND=noninteractive chroot binary/boot/squashfs.dir apt-get --purge remove --assume-yes '^grub-.*'
|
||||
env DEBIAN_FRONTEND=noninteractive chroot binary/boot/squashfs.dir apt-get autoremove --purge --assume-yes
|
||||
env DEBIAN_FRONTEND=noninteractive chroot binary/boot/squashfs.dir apt clean
|
||||
rm -rf binary/boot/squashfs.dir/boot/grub
|
||||
chroot binary/boot/squashfs.dir mkdir /lib/modules
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user