diff options
author | David P <megver83@parabola.nu> | 2018-05-11 16:23:48 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-05-11 16:23:48 -0300 |
commit | ce3823eb663c173540da08bf4b2097942935e559 (patch) | |
tree | 33820e1770e5bb942aa57fe5d6aee4a71f1dbca2 /nonsystemd/filesystem/crypttab | |
parent | b64af43366d391e9a960763ebab37dbbd70ded10 (diff) | |
download | abslibre-ce3823eb663c173540da08bf4b2097942935e559.tar.gz abslibre-ce3823eb663c173540da08bf4b2097942935e559.tar.bz2 abslibre-ce3823eb663c173540da08bf4b2097942935e559.zip |
nonsystemd/filesystem: add package
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd/filesystem/crypttab')
-rw-r--r-- | nonsystemd/filesystem/crypttab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nonsystemd/filesystem/crypttab b/nonsystemd/filesystem/crypttab new file mode 100644 index 000000000..3dbc8a46c --- /dev/null +++ b/nonsystemd/filesystem/crypttab @@ -0,0 +1,12 @@ +# 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). + +# <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 |