Page MenuHomeFreeBSD

bsdinstall: handle command-line options in targets
Needs ReviewPublic

Authored by khorben on Apr 7 2024, 6:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 28, 5:08 AM
Unknown Object (File)
Sun, Mar 22, 6:21 PM
Unknown Object (File)
Sat, Mar 21, 5:56 AM
Unknown Object (File)
Sat, Mar 21, 12:47 AM
Unknown Object (File)
Thu, Mar 19, 7:37 PM
Unknown Object (File)
Tue, Mar 17, 1:19 PM
Unknown Object (File)
Sun, Mar 15, 1:21 PM
Unknown Object (File)
Fri, Mar 13, 3:55 PM
Subscribers

Details

Summary

This adds a usage screen to bsdinstall(8).

This will allow adding support for graphical mode with "-X", as is already the case with bsdconfig(8).

The changes in the targets are necessary in this regard, as processing the "-X" flag in bsdconfig's dialog.subr will expect it as a parameter there.

Test Plan
$ bsdinstall -?
Illegal option -?
Usage: bsdinstall [-dD:][target][...]
  -d    Enable debugging output
  -D    Save debugging output to a file

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped