From 17025cd92127cf4d80759f1c13c168070ebfd442 Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Sat, 9 Apr 2011 14:18:03 +0000 Subject: Rename the "Reboot" option to "Exit", which reflects what it actually does. The rc.local wrapper script will also soon grow an option to use the live environment after installation, so an immediate reboot isn't even necessarily implied. --- usr.sbin/bsdinstall/scripts/auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/bsdinstall/scripts/auto') diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto index ea8dd3e..b4758ff 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 -- cgit v1.1