We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #213 I added support for /boot being a readonly mount.
/boot
However,
# rpm-ostree install cowsay ... Overlaying... done Writing rpmdb... done Writing OSTree commit... done Copying /etc changes: 28 modified, 0 removed, 342 added Transaction complete; bootconfig swap: no deployment count change: 0 error: Read-only file system
Note it crashes after the txn. This is because we need to keep /boot writable for the cleanup phase as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In #213 I added support for
/boot
being a readonly mount.However,
Note it crashes after the txn. This is because we need to keep
/boot
writable for the cleanup phase as well.The text was updated successfully, but these errors were encountered: