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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user