Don't errexit at the end
This commit is contained in:
parent
7ad7a2d819
commit
ffcd6c9b30
|
@ -340,6 +340,7 @@ chroot ${target} grub-install --target=${bios_target} ${target_disk} >&2
|
||||||
chroot ${target} grub-mkconfig -o /boot/grub/grub.cfg >&2
|
chroot ${target} grub-mkconfig -o /boot/grub/grub.cfg >&2
|
||||||
echo "done."
|
echo "done."
|
||||||
|
|
||||||
|
set +o errexit
|
||||||
echo
|
echo
|
||||||
echo "Edit the /etc/network/interfaces file in the target before completing setup? [y/N]"
|
echo "Edit the /etc/network/interfaces file in the target before completing setup? [y/N]"
|
||||||
read edit_ifaces
|
read edit_ifaces
|
||||||
|
|
Loading…
Reference in New Issue