-
Notifications
You must be signed in to change notification settings - Fork 21
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
Using BLS bootloader as default. #1396
base: master
Are you sure you want to change the base?
Conversation
Something very important. You modified You can do it by running
And please then read the content to verify the behavior in all architectures is what you expect. That document is our contract signed with blood (and it will also contain your blood once this PR is merged) 😉 |
Hmmm, I was checking the document now and I found the size of the EFI partition for aarch is indeed not mentioned there. We should add it, similar to the x86 and Raspberry Pi cases which both have a subsection saying "when proposing a new EFI partition...". BTW, as you can see in that document the EFI size for Raspberry Pi is not modified as part of this PR. Is that intentional? |
Another consideration. I see this new strategy reuses the original criteria of |
Another general question. What's the plan for Raspberry Pi? |
Currently only x86 and aarch64 will be supported. |
I have added it for aarch64.
For the first step we are supporting x86 and aarch64 only. |
Hm, I am not sure what's the right way here. I would allow it. But I am not an expert here. What's your opinion ? |
Problem
We need BLS bootloader in the future as the default bootloader:
https://news.opensuse.org/2024/10/08/grub2-bls
BLS suggests 1GiB for boot partition:
yast/yast-bootloader#708
So, in that case we are reserving this space.
This can be disabled with YAST_NO_BLS_BOOT=1
Testing