History log of /freebsd-current/usr.sbin/bsdinstall/scripts/finalconfig
Revision Date Author Comments
# ac78e3e9 02-Oct-2023 Pierre Pronchery <pierre@freebsdfoundation.org>

bsdinstall: Add "Finish" button to finalconfig

This adds a "Finish" button to the finalconfig step, replacing the
previous first choice, which was to "apply configuration and exit".
The new button is the default action, while the "OK" button is renamed
to "Select".

Also, if an unknown option is chosen, the code flow prompts the user
again instead of exiting.

Reviewed by: bapt
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D42047


# a6d20207 02-Oct-2023 Pierre Pronchery <pierre@freebsdfoundation.org>

bsdinstall: revisit the finalconfig step

This moves the "finalconfig" step into a dedicated script, where it uses
a loop instead of recursing into itself.

Reviewed by: bapt
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D42046