Full Disk Encryption: Difference between revisions
Juangiordana (talk | contribs) Added `mode = "0600";`, otherwise the content of the file is world readable. |
Juangiordana (talk | contribs) No edit summary |
||
Line 260: | Line 260: | ||
mode = "0600"; | mode = "0600"; | ||
text = '' | text = '' | ||
# <volume-name> <encrypted-device> | # <volume-name> <encrypted-device> [key-file] [options] | ||
cryptstorage UUID=UUID-OF-SDB /root/mykeyfile.key | cryptstorage UUID=UUID-OF-SDB /root/mykeyfile.key | ||
''; | ''; |