Allow installing weak deps
This commit is contained in:
5
justfile
5
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)
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@ modules:
|
||||
- ublue-os/packages
|
||||
- ublue-os/staging
|
||||
install:
|
||||
install-weak-deps: false
|
||||
packages:
|
||||
- bootc
|
||||
- ublue-os-just
|
||||
|
||||
Reference in New Issue
Block a user