Page MenuHomeFreeBSD

bsdinstall partedit: Apply changes from scripted installs
ClosedPublic

Authored by jhb on Oct 16 2023, 9:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 22 2024, 1:24 AM
Unknown Object (File)
Sep 12 2024, 2:11 PM
Unknown Object (File)
Sep 8 2024, 11:36 AM
Unknown Object (File)
Aug 27 2024, 11:44 AM
Unknown Object (File)
Aug 24 2024, 1:12 AM
Unknown Object (File)
Aug 17 2024, 11:31 PM
Unknown Object (File)
Aug 9 2024, 12:59 AM
Unknown Object (File)
Aug 9 2024, 12:59 AM
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