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
+2 -3
View File
@@ -13,7 +13,8 @@ required:
bootloader:
"grub": bootloader/grub.ks
storage:
"ext4": storage/standard.ks
"standard": storage/standard.ks
"encrypted": storage/encrypted.ks
locale:
"fr_CH": core/locale.ks
services:
@@ -33,8 +34,6 @@ required:
modifiers:
repository:
"rawhide": repo/rawhide-mirrors.ks
storage:
"encrypted": storage/encrypted.ks
security:
"disabled": core/security/disabled.ks
initial-setup: