| Summary: | /etc/rc remounts root readonly if /firstboot exists | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Adam McDougall <ebay> |
| Component: | conf | Assignee: | Warner Losh <imp> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | --- | ||
| Version: | 11.0-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Adam McDougall
2016-10-16 23:41:20 UTC
A commit references this bug: Author: imp Date: Mon Oct 17 04:07:14 UTC 2016 New revision: 307469 URL: https://svnweb.freebsd.org/changeset/base/307469 Log: Allow root_rw_mount to be both lower and upper case. Before, if it was upper case, you'd wind up with a read-only filesystem when you should sometimes. PR: 213549 Changes: head/etc/rc Over to committer for possible MFC. A commit references this bug: Author: gjb Date: Mon May 22 16:07:17 UTC 2017 New revision: 318652 URL: https://svnweb.freebsd.org/changeset/base/318652 Log: MFC r307469 (imp): Allow root_rw_mount to be both lower and upper case. Before, if it was upper case, you'd wind up with a read-only filesystem when you should sometimes. PR: 213549 Sponsored by: The FreeBSD Foundation Changes: _U stable/11/ stable/11/etc/rc Sorry, the fix does not seem to work for ZFS. I verified root_rw_mount seems to be set to YES but the root filesystem still gets mounted as r/o. I tested with ZFS on r318855 and ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/11.1/FreeBSD-11.1-PRERELEASE-amd64-20170519-r318507-disc1.iso.xz. UFS appears to work though. r332037 on 4/4 may have fixed it in 11, I can no longer reproduce the symptoms on a build from 4/20 or 5/4. I did not test 10. Marking closed, thanks for whatever fixed it. |