Fix duplicate storage configuration in recipes

- Move storage options from 'modifiers' to 'required' in recipe_templates.yaml
- Changed required.storage from {'ext4': storage/standard.ks} to {'standard': ..., 'encrypted': ...}
- Removed storage from modifiers section
- This ensures storage: encrypted recipes include only storage/encrypted.ks
- Updated generated recipes and dishes to reflect the fix
This commit is contained in:
Lukas Greve
2026-03-27 16:06:57 +01:00
parent a4bc2967e5
commit 6f5d7478be
45 changed files with 1230 additions and 1560 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ help:
@echo " clean - Remove generated recipes"
@echo " install-deps - Install Python dependencies"
all: generate-recipes validate-recipes flatten-dishes
all: generate-recipes validate-recipes clean-dishes flatten-dishes
@echo "✓ All recipes generated, validated, and flattened to dishes"
install-deps: