Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2023 21:16:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 273723] bsdinstall breaking auto install after f66a8328c
Message-ID:  <bug-273723-227-DgDYfHpO3w@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273723-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273723-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273723

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

https://github.com/bsdjhb/freebsd/commit/23099099196548550461ba427dcf09dcfb=
01878d#diff-d15da43b9961bf230557a7ae9bab338b880f066ac3db7728498feff3eb64973=
aR220

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273723-227-DgDYfHpO3w>