1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-12-23 08:58:56 +00:00

describe tmpfs clearing rather than init system (debian uses tmpfs)

This commit is contained in:
Hugh O'Brien 2018-12-29 20:06:33 +00:00
parent 94919459a6
commit 80d5c0ed6c

View File

@ -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