Ceremony SD Card Provisioning
Requirements
-
Linux Workstation (online machine)
- Any internet connected computer with a Linux shell will suffice
Procedure
-
Turn on the computer
-
Open the SD Card Pack
a. Retrieve digital/physical photographs of both sides of sealed bundle
b. Compare all photographs to object for differences
c. Proceed with unsealing the object if no differences are detected
-
Plug in a fresh SD card into computer
-
Navigate to the ceremony repository for the ceremony being executed
- Look for your SD card device name (
<device_name>
) in the output of thelsblk
command. It will typically be listed as/dev/sdX
or/dev/mmcblk<num>
, where X is a letter (e.g.,/dev/sdb
,/dev/sdc
). You can identify it by its size or by checking if it has a partition (like/dev/sdX1
)- Mount the device using:
sudo mount /dev/<your_device> /media
- Mount the device using:
-
Write the ceremony repo data to the SD card:
sudo cp -r vaults/ /media
-
Unplug the SD card
-
Turn off the computer