Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for RPMOSTree /sysroot mount as 'ro' #4262

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/release-notes/rpmostree-has-sysroot-as-ro.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
:Type: RPMOSTree
:Summary: RPMOSTree installations have /sysroot mount as 'ro' (#2086489)

:Description:
Before this change the RPMOSTree installations set the /sysroot mount point as ReadWrite,
with this change it's mounted as ReadOnly. On rpm-ostree based systems, the real root
(the root directory of the root partition on the disk) is mounted under the /sysroot path.
Changing something in the /sysroot could break the system after reboot.

This change is making the newly installed OSTree based systems more robust.

:Links:
- https://bugzilla.redhat.com/show_bug.cgi?id=2044229
- https://github.com/rhinstaller/anaconda/pull/4240
- https://fedoraproject.org/wiki/Changes/Silverblue_Kinoite_readonly_sysroot