summaryrefslogtreecommitdiff
path: root/libre/filesystem/crypttab
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-29 22:04:56 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-29 22:32:53 -0200
commit53e7eaab86355089e65b23d23cb712008df6389d (patch)
treed290d299bdf6374d450b12e5f7e40b776d3a5143 /libre/filesystem/crypttab
parent4bc8dbe6ee560c3fb6e96d62cf5caba3513cf4d3 (diff)
filesystem-2014.10-3.parabola1: updating version
* avoid overwriting LANG in locale.sh (FS#42162 -> https://bugs.archlinux.org/task/42162) * give more realistic examples in /etc/crypttab (FS#34452 -> https://bugs.archlinux.org/task/34452) * remove tracking of /var/cache/man. man-db controls this directory * update Parabola URL
Diffstat (limited to 'libre/filesystem/crypttab')
-rw-r--r--libre/filesystem/crypttab12
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