Page MenuHomeFreeBSD

bsdinstall: add support for graphical mode
Needs ReviewPublic

Authored by khorben_defora.org on Apr 7 2024, 8:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 24, 4:59 AM
Unknown Object (File)
Tue, Jul 23, 7:35 PM
Unknown Object (File)
Thu, Jul 18, 11:48 PM
Unknown Object (File)
Sat, Jul 13, 12:50 PM
Unknown Object (File)
Mon, Jul 8, 2:28 AM
Unknown Object (File)
Thu, Jul 4, 6:32 AM
Unknown Object (File)
Jun 22 2024, 11:36 PM
Unknown Object (File)
Jun 7 2024, 10:10 PM
Subscribers

Details

Summary

Just like for bsdconfig(8), this allows bsdinstall(8) to be started with the -X command-line parameter, thereby defaulting to Xdialog(1) in stead of bsddialog(1) to render the user interface.

With this patch, the same is also true for startbsdinstall, which in turn will start bsdinstall(8) with the -X parameter when called itself with -X.

Test Plan
# startbsdinstall -X
# bsdinstall -X

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped