summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrelease/rc.local4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/rc.local b/release/rc.local
index f92bc9b..27b670f 100755
--- a/release/rc.local
+++ b/release/rc.local
@@ -86,6 +86,10 @@ $DIALOG_OK) # Install
bsdinstall
if [ $? -eq 0 ]; then
dialog --backtitle "pfSense Installer" --title "Complete" --yes-label "Reboot" --no-label "Shell" --yesno "Installation of pfSense complete! Would you like to reboot into the installed system now?" 0 0 && reboot
+ clear
+ echo "When finished, type 'exit' to reboot."
+ /bin/sh
+ reboot
else
. /etc/rc.local
fi
OpenPOWER on IntegriCloud