summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.)