[Bug 273723] bsdinstall breaking auto install after f66a8328c

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 16 Oct 2023 21:16:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273723

--- Comment #6 from John Baldwin <jhb@FreeBSD.org> ---
So the bug is not in the commit in question, rather the bug is that /etc/fstab
isn't getting updated because of a later commit I made.   Specifically, I got
the sense of a check wrong here:

https://github.com/bsdjhb/freebsd/commit/23099099196548550461ba427dcf09dcfb01878d#diff-d15da43b9961bf230557a7ae9bab338b880f066ac3db7728498feff3eb64973aR220

As a result, when geom_getmesh() succeeded, we weren't seeing error != 0 and
thus didn't call apply_changes.

-- 
You are receiving this mail because:
You are the assignee for the bug.