From 5a1cfb2449f29b2223f2fafaf2957de470caf921 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 6 Jan 2023 18:24:47 -0800 Subject: FDE --- etc/crypttab | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 etc/crypttab (limited to 'etc/crypttab') diff --git a/etc/crypttab b/etc/crypttab new file mode 100644 index 00000000..902c1e99 --- /dev/null +++ b/etc/crypttab @@ -0,0 +1,14 @@ +# Configuration for encrypted block devices. +# See crypttab(5) for details. + +# NOTE: Do not list your root (/) partition here, it must be set up +# beforehand by the initramfs (/etc/mkinitcpio.conf). + +# +# 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 + +home UUID=869e19c8-ece3-46ee-8650-755fc73a6254 -- cgit v1.2.3-70-g09d2