Tweak some wording and free some space

This commit is contained in:
2019-06-13 18:27:29 -04:00
parent caeae54cb8
commit 2aa85ecf62
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."