diff options
Diffstat (limited to 'usr.sbin/bsdinstall/scripts/auto')
-rwxr-xr-x | usr.sbin/bsdinstall/scripts/auto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto index ea8dd3e2628a..b4758ff5f4b6 100755 --- a/usr.sbin/bsdinstall/scripts/auto +++ b/usr.sbin/bsdinstall/scripts/auto @@ -167,7 +167,7 @@ finalconfig() { "Services" "Set daemons to run on startup" \ "Time Zone" "Set system timezone" \ "Shell" "Open a shell in the new system" \ - "Reboot" "Apply configuration and reboot" 2>&1 1>&3) + "Exit" "Apply configuration and exit installer" 2>&1 1>&3) exec 3>&- case "$REVISIT" in |