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

Make boot not required #5372

Closed
wants to merge 4 commits into from

Conversation

rvykydal
Copy link
Contributor

@rvykydal rvykydal commented Dec 11, 2023

Related to the webui PR: rhinstaller/anaconda-webui#95

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

@pep8speaks
Copy link

pep8speaks commented Dec 11, 2023

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

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2023-12-12 16:08:52 UTC

Copy link
Contributor

@M4rtinK M4rtinK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks! :)

@rvykydal
Copy link
Contributor Author

/kickstart-test --testtype smoke

In general it 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.
It is replaced by GetMountPointConstraints.
GetRequiredMountPoints will be replaced after replacing it
with GetMountPointConstraints in webui.
@rvykydal
Copy link
Contributor Author

/kickstart-test --testtype smoke

@rvykydal
Copy link
Contributor Author

I've opened #5381 which does not break current webui (just adds the new API to be used).

@rvykydal
Copy link
Contributor Author

rvykydal commented Jan 3, 2024

Handled in the #5381

@rvykydal rvykydal closed this Jan 3, 2024
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.

5 participants