The firstboot logic has an error which causes the
filesystem to be mounted readonly even though root_rw_mount=YES. This
fixes the error to ensure that the root filesystem is mounted rw as
expected after the run of the firstboot scripts.
Details
Details
- Reviewers
imp - Commits
- rS328949: Fix firstboot fs mount logic
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks like the right fix to me: if we aren't mounting read/write, then remount / read only.