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

Support for install-to-filesystem --replace=alongside #129

Merged
merged 2 commits into from
Sep 23, 2023

Commits on Sep 23, 2023

  1. install: Trim bind/btrfs mount information

    This happens with btrfs subvolumes for the root; we'll need
    to handle that separately.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    2599c92 View commit details
    Browse the repository at this point in the history
  2. Support for install-to-filesystem --replace=alongside

    I was trying to be really ambitious in containers#78
    for the full "takeover" path.  This is a *much* *much* simpler variant
    where we just:
    
    - Blow away and reinitialize the `/boot` and `/boot/efi` partitions
    - Write inside the existing filesystem, leaving the OS running
    
    Then when we reboot, we'll just need to clean up the old OS
    state (or optionally leave it).
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    d9ca544 View commit details
    Browse the repository at this point in the history