Difference between revisions of "scratch"
From thelinuxwiki
(Created page with "cryptsetup luksOpen /dev/vg1/root cryptroot cryptsetup luksOpen /dev/vg1/home crypthome cryptsetup luksOpen /dev/sdb1 cryptvol1 mount /dev/mapper/cryptroot /mnt/gentoo") |
Latest revision as of 05:47, 1 March 2016
cryptsetup luksOpen /dev/vg1/root cryptroot
cryptsetup luksOpen /dev/vg1/home crypthome
cryptsetup luksOpen /dev/sdb1 cryptvol1
mount /dev/mapper/cryptroot /mnt/gentoo