Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. As you know generally you list information in /etc/crypttab as such
  2.  
  3. mapped device name disk options
  4.  
  5. e.g.
  6. luks-*uuid* UUID=*uuid* luks,discard etc or keyfile=/path/to/file
  7.  
  8. we can instead do
  9. luks-*uuid* UUID=*uuid* keyscript=/lib/cryptsetup/scripts/decrypt_derived
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement