-
Notifications
You must be signed in to change notification settings - Fork 157
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
WIP: overlay: Don't mount /boot/efi by default #407
Conversation
4acbec3
to
ebae207
Compare
Yeah... I was looking into the RHBZ behind this this morning. We're probably going to have to do this. :( Hmm, if we do do this, I wonder if it'd work to instead just put the symlink in |
Preparation for potentially removing the ESP from AWS images, because AWS `ImportImage` chokes on its presence: openshift/os#396
ebae207
to
d7fbbc4
Compare
Err...that's backwards right? I guess it'd work because actually in systemd For now I pushed some code to just not mount on |
Right, it's just about pulling the unit into the transaction. Making it conditional on |
Should be obsoleted as part of #794. |
Closing in favor of #794. |
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#396