projects
/
software
/
elephly-net.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3c4a48e
)
correction: random, not urandom
author
rekado
<rekado@elephly.net>
Tue, 1 Oct 2013 15:43:03 +0000
(23:43 +0800)
committer
rekado
<rekado@elephly.net>
Tue, 1 Oct 2013 15:43:03 +0000
(23:43 +0800)
posts/2013-10-01-dm-crypt.markdown
patch
|
blob
|
history
diff --git
a/posts/2013-10-01-dm-crypt.markdown
b/posts/2013-10-01-dm-crypt.markdown
index aaa45f3f1556a01fcf3da617a6784e3e579f8e75..401de8709248971020b36299eb5b4dac5a6e4c06 100644
(file)
--- 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].
create a file named `my-container.img` in your home directory that will be
about 100MB of zeros[^1].
-[^1]: You could use `/dev/
u
random` 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.)
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.)