Install ramalama and make framework desktop recipe

This commit is contained in:
2025-10-09 22:39:17 -04:00
parent bb4920c697
commit b96a787971
8 changed files with 34 additions and 69 deletions

View File

@@ -1,5 +1,8 @@
export BB_REGISTRY := "registry.gitlab.com"
export BB_REGISTRY_NAMESPACE := "wunker-bunker/wunker-os"
export BB_GENISO_SECURE_BOOT_URL := "https://gitlab.com/wunker-bunker/wunker-os/-/raw/main/files/base/etc/pki/akmods/certs/akmods-wunker-bunker.der"
export BB_GENISO_ENROLLMENT_PASSWORD := "wunker"
export BB_GENISO_VARIANT := "kinoite"
generate-iso recipe tag="latest":
#!/usr/bin/env nu
@@ -15,7 +18,6 @@ generate-iso recipe tag="latest":
generate-iso
--iso-name $'($name).iso'
--output-dir .iso/
--variant kinoite
image $image)
generate-secureboot-key: