From ffcd6c9b3014d6a925779aa97148205c12749130 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:54 -0400 Subject: [PATCH] Don't errexit at the end --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 9b27e22..83d97af 100755 --- a/install.sh +++ b/install.sh @@ -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