Tweak some wording and free some space

This commit is contained in:
2023-09-01 15:41:53 -04:00
parent 7ec046d349
commit 01d0a5e0f8
2 changed files with 4 additions and 3 deletions

View File

@ -45,6 +45,7 @@ prepare_rootfs() {
buster \
debootstrap/ \
http://localhost:3142/ftp.ca.debian.org/debian &>/dev/null
sudo chroot debootstrap/ apt clean
sudo rsync -au debootstrap/ ${tempdir}/rootfs/
echo "done."