Allow last-minute editing of interfaces file

Allow this to happen before the installer completes, rather than once
the system starts up.
This commit is contained in:
2019-06-21 13:43:36 -04:00
parent aaf31e6a3f
commit b64a241763
2 changed files with 8 additions and 1 deletions

View File

@ -101,7 +101,7 @@ prepare_iso() {
prepare_rootfs() {
echo -n "Preparing Debian live installation via debootstrap... "
SQUASHFS_PKGLIST="mdadm,lvm2,parted,gdisk,debootstrap,grub-pc,grub-efi-amd64,linux-image-amd64,sipcalc,live-boot,dosfstools"
SQUASHFS_PKGLIST="mdadm,lvm2,parted,gdisk,debootstrap,grub-pc,grub-efi-amd64,linux-image-amd64,sipcalc,live-boot,dosfstools,vim"
if [[ ! -d artifacts/debootstrap ]]; then
sudo /usr/sbin/debootstrap \
--include=${SQUASHFS_PKGLIST} \