Page MenuHomeFreeBSD

bsdinstall: Fix newfs bsddialog menu
ClosedPublic

Authored by emaste on Nov 7 2025, 10:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 7, 8:47 PM
Unknown Object (File)
Tue, Apr 7, 2:08 PM
Unknown Object (File)
Sat, Apr 4, 11:13 PM
Unknown Object (File)
Tue, Mar 31, 6:39 PM
Unknown Object (File)
Tue, Mar 31, 2:35 PM
Unknown Object (File)
Sun, Mar 29, 12:41 PM
Unknown Object (File)
Fri, Mar 27, 9:51 PM
Unknown Object (File)
Wed, Mar 25, 11:10 AM
Subscribers

Details

Summary
The first 3 members of struct bsddialog_menuitem are:

                   const char *prefix;
                   bool on;
                   unsigned int depth;

The newfs dialog options in bsdinstall's partition tool had on and depth
swapped, so the defaults did not work.

PR: 290857
Fixes: 50e244964e9b ("bsdinstall/partedit: Replace libdialog with libbsddialog")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste added inline comments.
usr.sbin/bsdinstall/partedit/gpart_ops.c
213

Separately this should probably just be -F 32 without -c 1. I will look at that and post a patch after testing.

Thank you for finding this issue and the fix.

This revision is now accepted and ready to land.Nov 7 2025, 11:09 PM
This revision was automatically updated to reflect the committed changes.