-
Notifications
You must be signed in to change notification settings - Fork 59
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
Mount /boot as RO by default #652
Comments
Note this likely has ramifications for kdump as well because it needs to be able to drop the generated initrd in |
Yes, this is definitely related. kdump support does not requires that the generated initrd lives in |
Refocusing this issue on |
I believe FCOS should be ready to mount Now just waiting for a new release of bootupd that includes the necessary changes to deal with a read-only |
We discussed this at the community meeting today. Mostly information passing that this is coming soon. No real objections to moving forward. It was pointed out that it might be good for the tools that are remounting /boot/ RW in order to operate in it be able to tell the different between the device being mounted RO by policy or it being mounted RO because of drive corruption. |
coreos/fedora-coreos-config#794 removes the EFI mount. Changing the scope to only |
coreos/fedora-coreos-config#659 has merged. |
From coreos/fedora-coreos-config#659:
From coreos/fedora-coreos-config#407:> Nothing in the OS touches the ESP by default, so there's no reason to mount it by default, particularly writable. This is good for avoiding wear&tear on the filesystem, but I am specifically doing this as preparation for potentially removing the ESP from AWS images, because AWS ImportImage chokes on its presence: openshift/os#396See also: coreos/fedora-coreos-config#356
The text was updated successfully, but these errors were encountered: