Skip to content
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

Boot not required #5371

Closed
wants to merge 3 commits into from
Closed

Conversation

rvykydal
Copy link
Contributor

@rvykydal rvykydal commented Dec 11, 2023

Related to the webui PR: TODO

In the PR I was first adding GetRecommendedMountPoints to the existing GetRequiredMountPoints but in the end would like to use the newly added GetMountPointConstraints that would replace both of them (after merging the webui part which is replacing the API calls).

TODO:

  • update tests

In general is recommended to have a separate /boot, but not strictly
required.

In some cases it is required but we need to add API for that, because it
depends mainly on the filesystem of the root partition.

So now the requirement regards mainly biosboot and efi partitions, which
is dependent on the platform.

TODO: update tests
Instead of adding GetRecommendedMountPoints to GetRequiredMountpoints
replace the both with a bit more generic GetMountPointConstraints
that would add recommended/required flag to the constraints.
@pep8speaks
Copy link

Hello @rvykydal! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 39:100: E501 line too long (100 > 99 characters)
Line 858:100: E501 line too long (103 > 99 characters)
Line 877:100: E501 line too long (106 > 99 characters)

@github-actions github-actions bot added the f40 label Dec 11, 2023
@rvykydal rvykydal closed this Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants