diff --git a/justfile b/justfile index 97cb023..48c62a5 100644 --- a/justfile +++ b/justfile @@ -4,6 +4,9 @@ export BB_GENISO_SECURE_BOOT_URL := "https://gitlab.com/wunker-bunker/wunker-os/ export BB_GENISO_ENROLLMENT_PASSWORD := "wunker" export BB_GENISO_VARIANT := "kinoite" +build *args: + bluebuild build {{args}} + generate-iso recipe: #!/usr/bin/env nu let recipe = open {{ recipe }} @@ -24,7 +27,7 @@ generate-iso recipe: ):($tag)' (^bluebuild generate-iso - --iso-name $'($name).iso' + --iso-name $'($name)-($tag).iso' --output-dir .iso/ image $image) diff --git a/recipes/base/common.yml b/recipes/base/common.yml index 21d20ee..321d09c 100644 --- a/recipes/base/common.yml +++ b/recipes/base/common.yml @@ -21,7 +21,6 @@ modules: - ublue-os/packages - ublue-os/staging install: - install-weak-deps: false packages: - bootc - ublue-os-just