r-darwish / alma

Create Arch Linux based bootable USB drives
GNU General Public License v3.0
389 stars 31 forks source link

Add flag to specify target partition rather than reformatting whole disk #46

Closed jamesmcm closed 4 years ago

jamesmcm commented 4 years ago

Task

A flag should be added to specify the target partition, instead of formatting the entire disk.

The partition itself could be reformatted.

Full disk encryption should not be allowed in this case, bootloader installation should be optional as a separate flag.

Justification

This is useful if installing to a device you are already using, i.e if you have some UDF or NTFS partitions that you want to keep.

r-darwish commented 4 years ago

In this way there's nothing that will take care in setting up Grub so you'll have to do it manually. If you need to perform manual steps to handle booting then I don't think you should use ALMA, but instead just perform manual installation.