diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-30 00:27:05 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-30 00:27:05 -0200 |
commit | 78629f63e7adcaeac51c357b5d64aad2d2894980 (patch) | |
tree | 1dcf544dbdce76ac949bd0f2bf3b12a16f199e52 /libre/filesystem/crypttab | |
parent | 570e586c51c4b175d0ee0ddaf46479494654354c (diff) | |
parent | 495352a3f15690fc4a63f40b6a140fb233b0b565 (diff) |
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre
Diffstat (limited to 'libre/filesystem/crypttab')
-rw-r--r-- | libre/filesystem/crypttab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/filesystem/crypttab b/libre/filesystem/crypttab index 195945a74..087d09eee 100644 --- a/libre/filesystem/crypttab +++ b/libre/filesystem/crypttab @@ -9,9 +9,9 @@ # NOTE: Do not list your root (/) partition here, it must be set up # beforehand by the initramfs (/etc/mkinitcpio.conf). -# <name> <device> <password> <options> -# home /dev/hda4 /etc/mypassword1 -# data1 /dev/hda3 /etc/mypassword2 -# data2 /dev/hda5 /etc/cryptfs.key -# swap /dev/hdx4 /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256 -# vol /dev/hdb7 none +# <name> <device> <password> <options> +# home UUID=b8ad5c18-f445-495d-9095-c9ec4f9d2f37 /etc/mypassword1 +# data1 /dev/sda3 /etc/mypassword2 +# data2 /dev/sda5 /etc/cryptfs.key +# swap /dev/sdx4 /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256 +# vol /dev/sdb7 none |