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)
Tue, Oct 14, 7:30 PM
Unknown Object (File)
Wed, Oct 8, 3:43 PM
Unknown Object (File)
Wed, Oct 8, 6:46 AM
Unknown Object (File)
Thu, Sep 25, 7:28 PM
Unknown Object (File)
Sat, Sep 20, 4:34 AM
Unknown Object (File)
Thu, Sep 18, 3:31 PM
Unknown Object (File)
Thu, Sep 18, 3:18 PM
Unknown Object (File)
Sep 15 2025, 10:18 AM
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