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
This commit is contained in:
Ken Smith 2011-10-18 11:29:10 +00:00
parent 0f8284dd89
commit 22a84ec9b9

View File

@ -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" \