JJ: Description from the destination commit:

JJ: Description from source commit:
wip fix FAT

JJ: Description from source commit:
fix secmod_eddsa; use Mfat.Spath

JJ: Description from source commit:
+fix secmod_rsa; (wip)

JJ: Description from source commit:
secmod ok
This commit is contained in:
swrup 2026-03-19 07:31:12 +01:00
parent 67e09d38b6
commit bd8e72f4f1
10 changed files with 170 additions and 206 deletions

View file

@ -4,7 +4,7 @@ vendor_list := \
x509 vifu cachet mfat caqti \
base32 cohttp mirage-mtime mirage-ptime
secmod_fat=secrets/secmod.fat
secmod_fat=assets/secmod.fat
tap_device=tap0
check-kvm:
@ -44,8 +44,8 @@ clean:
rm -rf vendors/
# todo: don't erase already existing
secmod-storage:
@mkdir -p secrets
secmod.fat:
@mkdir -p assets
mfat make --sectors=2048 $(secmod_fat)
assets: