diff options
author | Hugh O'Brien <mail@hughobrien.ie> | 2018-12-29 20:06:33 +0000 |
---|---|---|
committer | Hugh O'Brien <mail@hughobrien.ie> | 2018-12-29 20:06:33 +0000 |
commit | 80d5c0ed6c23aebdc2300140cb485e9936d08ed7 (patch) | |
tree | d6355f7870b508f43a8d76fd35528d7ec8b57bd7 /README.md | |
parent | Update gpg prefs, style and fix #21. (diff) | |
download | YubiKey-Guide-80d5c0ed6c23aebdc2300140cb485e9936d08ed7.tar.gz |
describe tmpfs clearing rather than init system (debian uses tmpfs)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ An entropy pool value greater than 3000 is sufficient. # Creating keys -Create a temporary directory which will be deleted on [reboot](https://serverfault.com/questions/377348/when-does-tmp-get-cleared): +Create a temporary directory which will be deleted on [reboot](https://en.wikipedia.org/wiki/Tmpfs): ``` $ export GNUPGHOME=$(mktemp -d) ; echo $GNUPGHOME |