The menu was incorrectly using the fourth column (distname) instead of
the first (dist) of the MANIFEST.
The actual file name is on the first column of the MANIFEST file.
Remove the .txz part of the name to build the menu options.
Differential D53177
bsdinstall: jail: Fix DISTMENU items Authored by jlduran on Oct 17 2025, 6:47 PM. Tags None Referenced Files
Details
The menu was incorrectly using the fourth column (distname) instead of The actual file name is on the first column of the MANIFEST file.
# mkdir -p /jail/dists # bsdinstall jail /jail/dists
Diff Detail
Event TimelineComment Actions Thinking about it, I probably won't probably come back to work on bsdinstall. Comment Actions
Comment Actions It only touches peripherally on jails, but sure, looks good. One could ask why we decided to have a separate and subtlely different "dist" and "distname" but I suppose that's water long since under the bridge. |