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

Commits on Dec 4, 2023

  1. storage: do not add /boot among required partitions

    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
    rvykydal committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d971810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49828c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. storage: add a new more generic API for mount point constraints

    Instead of adding GetRecommendedMountPoints to GetRequiredMountpoints
    replace the both with a bit more generic GetMountPointConstraints
    that would add recommended/required flag to the constraints.
    rvykydal committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    602318d View commit details
    Browse the repository at this point in the history