summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2011-10-18 11:29:10 +0000
committerkensmith <kensmith@FreeBSD.org>2011-10-18 11:29:10 +0000
commit5adf6f1dc4439ae711f67ba48a6087cf07c6b34d (patch)
tree3e6c6788a2aa23810c4b6e9b0104adb882661672 /usr.sbin/bsdinstall
parent6bf8732384c631c3e2f349f2595f5c901f8d6607 (diff)
downloadFreeBSD-src-5adf6f1dc4439ae711f67ba48a6087cf07c6b34d.zip
FreeBSD-src-5adf6f1dc4439ae711f67ba48a6087cf07c6b34d.tar.gz
Escape the newline so we get a proper line continuation. Without this
the text of the menu selections doesn't get displayed properly and it makes the installer appear to lock up for no obvious reason. Reviewed by: nwhitehorn
Diffstat (limited to 'usr.sbin/bsdinstall')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/auto2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
index c15b5fa..b5f8ef1 100755
--- a/usr.sbin/bsdinstall/scripts/auto
+++ b/usr.sbin/bsdinstall/scripts/auto
@@ -158,7 +158,7 @@ finalconfig() {
REVISIT=$(dialog --backtitle "FreeBSD Installer" \
--title "Final Configuration" --no-cancel --menu \
"Setup of your FreeBSD system is nearly complete. You can now modify your configuration choices or apply more complex changes using a shell." 0 0 0 \
- "Exit" "Apply configuration and exit installer"
+ "Exit" "Apply configuration and exit installer" \
"Add User" "Add a user to the system" \
"Root Password" "Change root password" \
"Hostname" "Set system hostname" \
OpenPOWER on IntegriCloud