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, Jun 20, 12:35 PM
Unknown Object (File)
Sat, Jun 20, 10:28 AM
Unknown Object (File)
Wed, Jun 17, 6:50 PM
Unknown Object (File)
Sun, Jun 14, 9:55 PM
Unknown Object (File)
Sat, Jun 13, 6:15 AM
Unknown Object (File)
Fri, Jun 12, 7:37 PM
Unknown Object (File)
Mon, Jun 8, 1:16 AM
Unknown Object (File)
Sun, Jun 7, 10:34 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