fix cp paths
This commit is contained in:
parent
807e300d15
commit
ed5a18a4f5
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue