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

Get list of required mount points for mount point assignment from backend #5121

Merged

Commits on Sep 22, 2023

  1. storage: Add a function to get list of required mount points

    This uses the Platform class to get list of required partitions/
    mount points needed for manual partitioning. Root filesystem is
    manually added to the list provided by Platform.partitions.
    vojtechtrefny committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d5a66d1 View commit details
    Browse the repository at this point in the history
  2. webui: Get the required mountpoints from the backend

    We now have a backend function to get list of mount points
    required for mount point assignment.
    vojtechtrefny committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    9bb3cf3 View commit details
    Browse the repository at this point in the history
  3. webui: Check for required filesystem type for mount points

    The only mount point with a special file system requirement is
    currently /boot/efi, but on some systems the requirement can be
    different than EFI boot (e.g. hfs+ for older Apple hardware) so we
    should use the fstype from the backend instead of hardcoding EFI
    in the WebUI.
    vojtechtrefny committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d481ba2 View commit details
    Browse the repository at this point in the history