From 5716faeaf7e67f9cca5f68c2633c2d56d72d0d76 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 28 Aug 2023 23:08:53 -0400 Subject: [PATCH] Make reboot forcible to avoid weird issues --- templates/install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/install.sh b/templates/install.sh index 411a5c7..f02aa80 100755 --- a/templates/install.sh +++ b/templates/install.sh @@ -1136,7 +1136,8 @@ seed_postinst() { echo "Rebooting in 10 seconds." sleep 10 - reboot + sync + reboot -f } interactive_postinst() { @@ -1162,7 +1163,8 @@ interactive_postinst() { echo read - reboot + sync + reboot -f } case ${install_option} in