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_ENROLLMENT_PASSWORD := "wunker"
|
||||||
export BB_GENISO_VARIANT := "kinoite"
|
export BB_GENISO_VARIANT := "kinoite"
|
||||||
|
|
||||||
|
build *args:
|
||||||
|
bluebuild build {{args}}
|
||||||
|
|
||||||
generate-iso recipe:
|
generate-iso recipe:
|
||||||
#!/usr/bin/env nu
|
#!/usr/bin/env nu
|
||||||
let recipe = open {{ recipe }}
|
let recipe = open {{ recipe }}
|
||||||
@@ -24,7 +27,7 @@ generate-iso recipe:
|
|||||||
):($tag)'
|
):($tag)'
|
||||||
(^bluebuild
|
(^bluebuild
|
||||||
generate-iso
|
generate-iso
|
||||||
--iso-name $'($name).iso'
|
--iso-name $'($name)-($tag).iso'
|
||||||
--output-dir .iso/
|
--output-dir .iso/
|
||||||
image $image)
|
image $image)
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ modules:
|
|||||||
- ublue-os/packages
|
- ublue-os/packages
|
||||||
- ublue-os/staging
|
- ublue-os/staging
|
||||||
install:
|
install:
|
||||||
install-weak-deps: false
|
|
||||||
packages:
|
packages:
|
||||||
- bootc
|
- bootc
|
||||||
- ublue-os-just
|
- ublue-os-just
|
||||||
|
|||||||
Reference in New Issue
Block a user