18 May
2012
18 May
'12
4:21 p.m.
From: Matthew Monaco <matthew.monaco@0x01b.net> --- cryptmount.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cryptmount.sh b/cryptmount.sh index 03b8575..41b713c 100755 --- a/cryptmount.sh +++ b/cryptmount.sh @@ -203,6 +203,9 @@ ct_read_crypttab() { -|none|"") key=- ;; + /dev/random|/dev/urandom) + options="$options,%random" + ;; /*|UUID=*|PARTUUID=*|LABEL=*) : ;; -- 1.7.10.2