Page MenuHomeFreeBSD

bsdinstall partedit: Apply changes from scripted installs
ClosedPublic

Authored by jhb on Oct 16 2023, 9:23 PM.
Tags
None
Referenced Files
F141023123: D42236.diff
Tue, Dec 30, 9:23 PM
Unknown Object (File)
Sun, Dec 28, 6:36 PM
Unknown Object (File)
Thu, Dec 11, 8:08 AM
Unknown Object (File)
Thu, Dec 11, 3:22 AM
Unknown Object (File)
Thu, Dec 4, 11:18 PM
Unknown Object (File)
Tue, Dec 2, 8:48 AM
Unknown Object (File)
Nov 30 2025, 7:18 AM
Unknown Object (File)
Nov 29 2025, 5:14 PM
Subscribers

Details

Summary

I got a check inverted in a previous cleanup commit and as a result
partedit was only applying GEOM changes (and generating an /etc/fstab)
if it got an error reading the current GEOM mesh. Instead, it needed
to do those actions if it succeeded in reading the mesh.

The lack of /etc/fstab meant that bsdinstall mount didn't mount
anything in a scripted install.

PR: 273723
Reported by: Andrey Fesenko <andrey@bsdnir.info>
Reported by: Michal Nowak <mnowak@startmail.com>
Fixes: 230990991965 bsdinstall: Handle errors from geom_gettree.

Diff Detail

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