MatMoul / archfi

Arch Linux Fast Installer : tutorial installer
GNU General Public License v3.0
2.53k stars 323 forks source link

User Manual Mount #182

Open Evan-aja opened 3 years ago

Evan-aja commented 3 years ago

This is a feature request, I would like the ability to be able to choose an option where user mount their own partition, as I usually made multiple subvolumes in my btrfs partition (@, @home, @var). and i mount them like this

mount -o noatime,compress=zstd,space_cache=v2,subvol=@ /dev/sdax /mnt
mkdir -p /mnt/{boot,home,var}
mount -o noatime,compress=zstd,space_cache=v2,subvol=@home /dev/sdax /mnt/home
mount -o noatime,compress=zstd,space_cache=v2,subvol=@var /dev/sdax /mnt/var
mount /dev/sdax /mnt/boot/efi
swapon /dev/sdax

with the added option of "mount from /mnt" it would be a huge time saver for me as i don't have to make multiple physical partitions on the hard drive