summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrelease/rc.local11
1 files changed, 11 insertions, 0 deletions
diff --git a/release/rc.local b/release/rc.local
index b1f9b19..29663e4 100755
--- a/release/rc.local
+++ b/release/rc.local
@@ -45,6 +45,17 @@ else
fi
export TERM
+if [ -f /etc/installerconfig ]; then
+ bsdinstall script /etc/installerconfig
+ if [ $? -eq 0]; then
+ dialog --backtitle "FreeBSD Installer" --title "Complete" --no-cancel --ok-label "Reboot" --pause "Installation of FreeBSD complete! Rebooting in 10 seconds" 10 30 10
+ reboot
+ else
+ dialog --backtitle "FreeBSD Installer" --title "Error" --textbox /tmp/bsdinstall_log 0 0
+ fi
+ exit
+fi
+
dialog --backtitle "FreeBSD Installer" --title "Welcome" --extra-button --extra-label "Shell" --ok-label "Install" --cancel-label "Live CD" --yesno "Welcome to FreeBSD! Would you like to begin an installation or use the live CD?" 0 0
case $? in
OpenPOWER on IntegriCloud