From 49fb84c481b4eb4e1dd582a5a023b2542e5af423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 25 Aug 2014 02:58:31 -0300 Subject: filesystem-parabola: add parabola suffix for the package --- libre/filesystem-parabola/crypttab | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libre/filesystem-parabola/crypttab (limited to 'libre/filesystem-parabola/crypttab') diff --git a/libre/filesystem-parabola/crypttab b/libre/filesystem-parabola/crypttab new file mode 100644 index 000000000..195945a74 --- /dev/null +++ b/libre/filesystem-parabola/crypttab @@ -0,0 +1,17 @@ +# crypttab: mappings for encrypted partitions +# +# Each mapped device will be created in /dev/mapper, so your /etc/fstab +# should use the /dev/mapper/ paths for encrypted devices. +# +# The Arch specific syntax has been deprecated, see crypttab(5) for the +# new supported syntax. +# +# NOTE: Do not list your root (/) partition here, it must be set up +# beforehand by the initramfs (/etc/mkinitcpio.conf). + +# +# 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 -- cgit v1.2.3-2-g168b