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

Remove support for the LUKS version selection from GUI #5395

Merged

Commits on Jan 5, 2024

  1. gui: Remove support for the LUKS version selection

    All widgets for the LUKS version selection were removed from the Custom
    Partitioning GUI screen. Use the kickstart support or Blivet GUI to select
    the LUKS version.
    poncovka committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    b3b0969 View commit details
    Browse the repository at this point in the history
  2. storage: Set the default LUKS version for interactive partitioning

    During the interactive partititioning (via the Custom Partitioning GUI screen),
    make sure that the LUKS version is set to the default one instead of None.
    poncovka committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e0d9a59 View commit details
    Browse the repository at this point in the history
  3. gui: Improve the position of the Encrypt checkbox in the Container di…

    …alog
    
    Move the "Encrypt" checkbox next to the RAID combobox in the Container dialog.
    poncovka committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d24e66f View commit details
    Browse the repository at this point in the history