Skip to content

Commit b5f77b7

Browse files
authored
Merge pull request drduh#171 from forty/master
Use Control-D to stop /dev/random here-file seed
2 parents 1a3f13c + fe27509 commit b5f77b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ The PRNG can be manually seeded with entropy by writing to /dev/random **before*
378378
To manually seed entropy *before* enabling FileVault:
379379

380380
$ cat > /dev/random
381-
[Type random letters for a long while, then press Control-C]
381+
[Type random letters for a long while, then press Control-D]
382382

383383
Enable FileVault with `sudo fdesetup enable` or through **System Preferences** > **Security & Privacy** and reboot.
384384

0 commit comments

Comments
 (0)