Skip to content

Commit 70a457c

Browse files
SecAI-Hubclaude
andcommitted
Fix kargs module schema in BlueBuild recipe
The kargs module expects a `kargs` property (array of strings), not `append`/`delete`. The `delete: [nomodeset]` is unnecessary since nomodeset is not a default Fedora karg. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3a93cb8 commit 70a457c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

recipes/recipe.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ modules:
6969

7070
# 5) Kernel args: GPU setup + disable swap + security hardening.
7171
- type: kargs
72-
append:
72+
kargs:
7373
# NVIDIA
7474
- rd.driver.blacklist=nouveau
7575
- modprobe.blacklist=nouveau
@@ -88,8 +88,6 @@ modules:
8888
- zswap.enabled=0
8989
- lockdown=confidentiality
9090
- iommu=force
91-
delete:
92-
- nomodeset
9391

9492
# 6) Enable/disable systemd units baked into the image.
9593
- type: systemd

0 commit comments

Comments
 (0)