summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-10-01 23:43:03 +0800
committerrekado <rekado@elephly.net>2013-10-01 23:43:03 +0800
commit087d14f0e27d9cd7af6ab228748c712fa54c74da (patch)
treea0056889d295fd4cfa7e7be55cd36936235c7a4b /posts
parent3c4a48ee297c3b7f1b79d5c3b7f256fd7502bb8b (diff)
correction: random, not urandom
Diffstat (limited to 'posts')
-rw-r--r--posts/2013-10-01-dm-crypt.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/2013-10-01-dm-crypt.markdown b/posts/2013-10-01-dm-crypt.markdown
index aaa45f3..401de87 100644
--- a/posts/2013-10-01-dm-crypt.markdown
+++ b/posts/2013-10-01-dm-crypt.markdown
@@ -16,7 +16,7 @@ device `/dev/zero` and write them to the file `~/my-container.img`. This will
create a file named `my-container.img` in your home directory that will be
about 100MB of zeros[^1].
-[^1]: You could use `/dev/urandom` as the input device if you wanted to, but
+[^1]: You could use `/dev/random` as the input device if you wanted to, but
that would be considerably slower and wouldn't help you much. Later commands
will initialise the file/partition, so you don't need to initialise it manually
with random numbers.)