From ac4b1285e0aabc7a59f32412b4f2ca7674c5458f Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 23 Jan 2017 12:31:04 -0200 Subject: Fix #7150: Open a shell after install without ask for login and then reboot --- release/rc.local | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.1