fix(global_defaults): set filesystem default to ext4 instead of empty string

This commit is contained in:
2026-02-21 02:56:08 +01:00
parent a76f317f8f
commit e7a0cc4f62

View File

@@ -44,7 +44,7 @@ system_defaults:
type: "virtual" # virtual|physical
os: ""
version: ""
filesystem: ""
filesystem: "ext4"
name: ""
id: ""
cpus: 0