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")Details
Details
- Reviewers
asiciliano cperciva imp - Commits
- rG4e3694242071: bsdinstall: Fix newfs bsddialog menu
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| 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. | |