Compare commits

...

2 Commits

Author SHA1 Message Date
drduh aa81e0fc80
Merge pull request #427 from wstephenson/master
2 months ago
Will Stephenson 953bac8739 Fix typo in date command
2 months ago

@ -563,7 +563,7 @@ echo $PASS | sudo cryptsetup -q luksOpen /dev/sdc1 gnupg-secrets
Create an ext2 filesystem:
```console
sudo mkfs.ext2 /dev/mapper/gnupg-secrets -L gnupg-$(date +F)
sudo mkfs.ext2 /dev/mapper/gnupg-secrets -L gnupg-$(date +%F)
```
Mount the filesystem and copy the temporary GnuPG working directory exported key materials:

Loading…
Cancel
Save