Install ramalama and make framework desktop recipe
This commit is contained in:
4
justfile
4
justfile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user