-
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
Do not mount /boot/efi by default #694
Comments
/boot/efi
by default
I'd rather just make/keep it read-only than unmounted. |
It looks like we're going to have to rework full-disk RAID support to maintain multiple independent ESPs, rather than RAIDing the replicas together. That necessitates keeping the ESP unmounted, since "the ESP" would no longer be a coherent concept; anything modifying ESP content would need to mount and independently modify each copy. |
What about anything reading ESP content? Would mounting one "replica" read-only suffice? Not sure it would be a valid use case to want to read ESP content, but from an "optics" perspective if people look at their mounts and don't see |
It would suffice, but I worry that someone would I hope users aren't associating |
coreos/fedora-coreos-config#794 removes the mount. |
On RAID systems we're now going to have multiple ESPs, no one of which is the "canonical ESP", so there's nothing we can mount here. Drop the mount unit. Fixes: coreos/fedora-coreos-tracker#694
The fix for this went into testing stream release |
On RAID systems we're now going to have multiple ESPs, no one of which is the "canonical ESP", so there's nothing we can mount here. Drop the mount unit. Fixes: coreos/fedora-coreos-tracker#694
On RAID systems we're now going to have multiple ESPs, no one of which is the "canonical ESP", so there's nothing we can mount here. Drop the mount unit. Fixes: coreos/fedora-coreos-tracker#694
Objectives
To avoid issues on AWS and to better convey the fact that users and administrators should not manually alter the content of the EFI partition, we want to not mount
/boot/efi
/ the EFI partition by default.The only programs on the system that should alter ESP partition content should be bootupd and fwupd and special support will be included for them to operate properly.
References
Split from #652
From coreos/fedora-coreos-config#407:
See also: coreos/fedora-coreos-config#356
The text was updated successfully, but these errors were encountered: