fix cp paths

This commit is contained in:
Anton Livaja 2025-01-29 05:52:21 -05:00
parent 807e300d15
commit ed5a18a4f5
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
2 changed files with 5 additions and 5 deletions

View File

@ -47,10 +47,10 @@ This is a ceremony for generating and sharding entropy to a set of existing Quor
1. `lsblk` to find media name
1. Back up the output shardfile:
* `cp output_shardfile.asc /media/<media_name>/output_shardfile.asc`
* `cp output_shardfile.asc /media/<media_name>/`
1. Back up the root PGP certificate:
* `cp root_pgp_cert.asc /media/root_pgp_cert.asc`
* `cp root_pgp_cert.asc /media/<media_name>/`
1. Each backup should be placed into High Visibility Storage after it's made

View File

@ -48,15 +48,15 @@ This is a ceremony for generating entropy which is used to derive Quorum PGP key
1. Back up the root OpenPGP certificate
* `cp root_pgp_cert.asc /media/<media_name>/root_pgp_cert.asc`
* `cp root_pgp_cert.asc /media/<media_name>/`
1. Back up the `shardfile.asc`
* `cp shardfile.asc /media/<media_name>/shardfile.asc`
* `cp shardfile.asc /media/<media_name>/`
1. Back up the `keyring.asc`
* `cp keyring.asc /media/<media_name>/keyring.asc`
* `cp keyring.asc /media/<media_name>/`
<!--
1. Optionally write an `autorun.sh` file to the Shardfile SD card containing the following command: