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

Add support for /home reuse to automatic partitioning #5814

Merged
merged 8 commits into from
Oct 10, 2024

Commits on Oct 8, 2024

  1. home reuse: add support for /home reuse to automatic partitioning

    We use 'destroy' only for plain partition mountpoints as we can't destroy
    lv or btrfs subvolume - it would not free space for the new one (and its
    vg or btrfs volume). For lvs and btrfs subvols we reuse 'reformat' from
    mount point assignment (real erase would be perhaps better, even for
    mount point assignment as recreating the device complicates the logic)
    rvykydal committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2f01f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5153979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c537502 View commit details
    Browse the repository at this point in the history
  4. home reuse: require removing of bootloader partition explicitly

    But handle efi vs biosboot etc automagically.
    rvykydal committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5becb54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4af3a1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c14c0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5012db1 View commit details
    Browse the repository at this point in the history
  8. home reuse: add unit tests

    rvykydal committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e67f34a View commit details
    Browse the repository at this point in the history