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

Fedora 39 webui: Unusable devices and /boot/efi support #5105

Merged
merged 6 commits into from
Aug 30, 2023

Commits on Aug 30, 2023

  1. webui: Enable mount point mapping based on filesystem not partition

    We should check that there is at least one mountable filesystem
    present on the selected disks instead of just checking for
    partition presence.
    
    Related: rhbz#2235185
    Related: rhbz#2231339
    vojtechtrefny committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    560368f View commit details
    Browse the repository at this point in the history
  2. webui: Do not show unusable devices in mount point assignment

    Only devices that can be mounted and swap and LUKS devices should
    be available for mount point assignment.
    
    Resolves: rhbz#2235185
    Related: rhbz#2231339
    vojtechtrefny committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b6da320 View commit details
    Browse the repository at this point in the history
  3. tests: Add support for running webui tests in an EFI VM

    Related: rhbz#2234967
    Related: rhbz#2231339
    vojtechtrefny committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bef81ea View commit details
    Browse the repository at this point in the history
  4. webui: Add /boot/efi to required mount points when in EFI mode

    Just a hack with checking /sys/firmaware/efi, we need a backend
    function to make this properly.
    
    Resolves: rhbz#2234967
    Related: rhbz#2231339
    vojtechtrefny committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4379fbc View commit details
    Browse the repository at this point in the history
  5. webui: Show error when mounting /boot/efi to a non-EFI partition

    Resolves: rhbz#2234967
    Related: rhbz#2231339
    vojtechtrefny committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    370053b View commit details
    Browse the repository at this point in the history
  6. tests: Add a webui test case with EFI system

    Related: rhbz#2234967
    Related: rhbz#2231339
    vojtechtrefny committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2efb50b View commit details
    Browse the repository at this point in the history