Page MenuHomeFreeBSD

D47229.id145321.diff
No OneTemporary

D47229.id145321.diff

diff --git a/usr.sbin/bsdinstall/scripts/finalconfig b/usr.sbin/bsdinstall/scripts/finalconfig
--- a/usr.sbin/bsdinstall/scripts/finalconfig
+++ b/usr.sbin/bsdinstall/scripts/finalconfig
@@ -36,8 +36,9 @@
exec 5>&1
REVISIT=$(bsddialog --backtitle "$OSNAME Installer" \
--title "Final Configuration" --ok-label "Select" \
- --cancel-label "Finish" --default-no --menu \
+ --no-cancel --menu \
"Setup of your $OSNAME system is nearly complete. You can now modify your configuration choices. After this screen, you will have an opportunity to make more complex changes using a shell." 0 0 0 \
+ "Finish" "Apply configuration and exit installer" \
"Add User" "Add a user to the system" \
"Root Password" "Change root password" \
"Hostname" "Set system hostname" \
@@ -54,6 +55,9 @@
fi
case "$REVISIT" in
+ "Finish")
+ break
+ ;;
"Add User")
bsdinstall adduser
;;

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 11, 7:29 PM (19 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31303789
Default Alt Text
D47229.id145321.diff (910 B)

Event Timeline