-
Notifications
You must be signed in to change notification settings - Fork 555
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
Add support for ESP partition flag #2133
Conversation
769514e
to
1d1b480
Compare
That issue was bigger than I thought, but great fix. Awesome work, and I don't mean to stress you but if we feel good about it I'd be happy to work on a release asap :) |
I thought that I should add support for the ESP partition flag to fix this when I looked over the logic. I ended up deciding on not making The fix for the issue you were having is the mount point check that I added to
I would have confidence in it if you could confirm you tested it again and it does not fail with the configuration you were trying. |
Tested and it works like a charm! |
I want to revert the changes to -any(set(self.flags) & set(self._efi_indicator_flags))
+PartitionFlag.Boot in self.flags Considering this, the title used here is incorrect since the changes are to fix detecting the correct ESP as I mentioned in my last comment. If you agree with this then I can submit a pull request for it immediately. |
I now see that you made a release just before my comment was submitted. Oh well, I guess it does not matter anyway. |
I missed it by a minute, is it a huge concern? If so I can revert it, because I haven't published to the Arch mirrors yet - so technically this release is not fully out there yet :) |
Not a huge concern. |
Fixes #2131