picodotdev / alis

Arch Linux Install Script (or alis, also known as the Arch Linux executable installation guide and wiki) installs an unattended, automated and customized Arch Linux system.
https://picodotdev.github.io/alis/
GNU General Public License v3.0
823 stars 319 forks source link

Btrfs subvolumes? #88

Closed InvisibleRasta closed 4 years ago

InvisibleRasta commented 4 years ago

how do you specify subvolumes for the install?

picodotdev commented 4 years ago

They are hardcoded.

https://github.com/picodotdev/alis/blob/c359ef46e6963b617d019f3f6663421d0f4accea/alis.sh#L490-L493

What do you want or need?

InvisibleRasta commented 4 years ago

ah allright. i just saw it supported btrfs so i was wondering if you could add options to actually specify the subvolume names. for example i usually use the @ symbol for subvolumes, it makes it easier to recognize ... @root @home @var @snapshots

picodotdev commented 4 years ago

The @ symbol seems a convention adopted by many distros, I don't know enough to know what are the advantages and disadvantages of each option more than you said that are easier to recognize. I have not used btrfs to know its usefulness.

InvisibleRasta commented 4 years ago

bueno, muchas gracias. Buen trabajo con este script,me gusta!