Don't errexit at the end

This commit is contained in:
Joshua Boniface 2019-07-08 11:30:36 -04:00
parent fd3b685def
commit 69dd864eca
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ chroot ${target} grub-install --target=${bios_target} ${target_disk} >&2
chroot ${target} grub-mkconfig -o /boot/grub/grub.cfg >&2
echo "done."
set +o errexit
echo
echo "Edit the /etc/network/interfaces file in the target before completing setup? [y/N]"
read edit_ifaces