removed pipe

This commit is contained in:
Hakisho Nukama 2015-03-01 16:08:54 +00:00
parent 9aa14873e8
commit aa4217b3fb

3
ZFS.md
View File

@ -179,7 +179,8 @@ Decrypt devices on boot
Add your devices to /etc/crypttab. Add your devices to /etc/crypttab.
``` {.wiki} ``` {.wiki}
<cryptname1> <device1> none|<keyfile1> <cryptname1> <device1> <keyfile1>
<cryptname2> <device2> none
``` ```
Specifying a keyfile is especially useful, if ZFS should be ready during boot. Specifying a keyfile is especially useful, if ZFS should be ready during boot.