Support for OS uninstall and partition grow#128
Open
VinDuv wants to merge 3 commits intoAsahiLinux:mainfrom
Open
Support for OS uninstall and partition grow#128VinDuv wants to merge 3 commits intoAsahiLinux:mainfrom
VinDuv wants to merge 3 commits intoAsahiLinux:mainfrom
Conversation
Add an expert menu option that allows deleting partitions. Any partition can be deleted, except: - The partition containing the APFS volume group of the booted OS - APFS recovery partitions. Signed-off-by: Vincent Duvert <vincent@duvert.net>
This option detects Linux installs (identified by an APFS volume group with m1n1) and offers to delete by removing their associated partitions, namely: - The partition containing the volume group. The tool will refuse to operate if multiple OSes are installed on the partition. - The ESP referenced by the m1n1 installation - Optionally, all Linux partitions directly following the ESP. This is not guaranteed to be accurate but should work for most typical Linux installs. Signed-off-by: Vincent Duvert <vincent@duvert.net>
This allows resizing partitions so they can use the free space located after them. Signed-off-by: Vincent Duvert <vincent@duvert.net>
f7abb88 to
04c037a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the following options to the installer:
Implements #83.