MatMoul / archfi

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

Requests #158

Closed geeflaxx closed 2 years ago

geeflaxx commented 3 years ago

I love your work! you takes me a lot of time!

what do you think about a split of encrypt home and encrypt root with the same password? so if someone want to split his root and home but encrypt with the same password (for login you only need ones), but you have to seperate partitions what are encrypted.

here are a sample of the code:

modprobe dm-crypt

cryptsetup -c aes-xts-plain -y -s 512 luksFormat /dev/$ROOT

cryptsetup -c aes-xts-plain -y -s 512 luksFormat /dev/sda2

cryptsetup luksOpen /dev/$ROOT lvm

cryptsetup luksOpen /dev/sda2 lvm pvcreate /dev/mapper/lvm vgcreate vgarch /dev/mapper/lvm lvcreate -n lvroot -L 20G vgarch lvcreate -n lvhome -l 100%FREE vgarch

greetings bro

MatMoul commented 3 years ago

Thanks but it's not a good idea to try to provide more autoparts solutions. My first reply that is always actual : https://github.com/MatMoul/archfi/issues/55#issuecomment-500169455 And my second reply : https://github.com/MatMoul/archfi/issues/43#issuecomment-573270358

MatMoul commented 2 years ago

Closing old issue...