README.md & secure-boot/README.md update

README.md: added section describing git annex file removal
secure-boot/README.md: added new FAT32 image details

Signed-off-by: Mateusz Maciejewski <mateusz.maciejewski@3mdeb.com>
This commit is contained in:
Mateusz Maciejewski
2025-04-16 15:57:01 +02:00
committed by Filip Lewiński
parent baec523a60
commit 47dd55defd
2 changed files with 14 additions and 3 deletions
+9
View File
@@ -42,3 +42,12 @@ git annex pull
git annex addurl https://github.com/Dasharo/meta-dts/releases/download/v2.1.3/dts-base-image-v2.1.3.wic.gz --file=dts/dts-base-image-v2.1.3.wic.gz
git annex addurl http://www.tinycorelinux.net/15.x/x86/release/TinyCore-15.0.iso --file iso/TinyCore-15.0.iso
```
* Delete file permanently - use with caution:
```bash
git annex drop --force FILE_NAME
git annex whereis FILE_NAME # list of all copies known by annex
git annex drop --force FILE_NAME --from web # execute this line for each repository listed, web is one to use with http(s) links
rm FILE_NAME
git annex sync
```
+5 -3
View File
@@ -1,7 +1,9 @@
# Secure Boot
## sb_test_BAD_INFLUE.img
## sb_test_data.img
* Content: files from `../hello-dasharo/dist` directory
* Building: run `create_img.sh`
* Single FAT32 partition, labeled BAD_INFLUE, on MBR disk image
* Contains files from `../hello-dasharo/dist` directory
* Run `create_img.sh` to re-create
* Can be safely transferred with dd command to USB stick