minor updates

This commit is contained in:
Anton Livaja 2025-01-28 02:45:02 -05:00
parent ffa23947d7
commit 175e4d1dd5
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
2 changed files with 7 additions and 6 deletions

View File

@ -8,6 +8,11 @@
* High Visibility Storage * High Visibility Storage
* Sealable plastic bag is required for this procedure:
* {{ #include ../../../../component-documents/hardware-models.md:sealable-plastic-bags }}
## Procedure ## Procedure
{{ #include ../../../../component-documents/hardware-procurement-and-chain-of-custody.md:steps}} {{ #include ../../../../component-documents/hardware-procurement-and-chain-of-custody.md:steps}}

View File

@ -56,12 +56,8 @@
1. Open a terminal 1. Open a terminal
1. Create a test file:
* `echo "test" > test.txt`
1. Verify the card can't be written to: 1. Verify the card can't be written to:
* `dd if=./test.txt of=/dev/<device_name> bs=1M conv=sync status=progress` * `echo "42" | dd of=/dev/<device_name>`
{{ #include ../../../../component-documents/tamper-evidence-methods.md:vsbwf-procedure-sealing }} {{ #include ../../../../component-documents/tamper-evidence-methods.md:vsbwf-procedure-sealing }}