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