From 80d5c0ed6c23aebdc2300140cb485e9936d08ed7 Mon Sep 17 00:00:00 2001 From: Hugh O'Brien Date: Sat, 29 Dec 2018 20:06:33 +0000 Subject: [PATCH] describe tmpfs clearing rather than init system (debian uses tmpfs) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65e0b8a..3b0e0ff 100644 --- a/README.md +++ b/README.md @@ -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