fix(system): default physical installs to archlinux when os is omitted

This commit is contained in:
2026-02-11 05:37:18 +01:00
parent a9db85d45e
commit 04727033f1

View File

@@ -29,7 +29,7 @@
{{
system.os
if system.os is defined and (system.os | string | length) > 0
else ''
else ('archlinux' if (system_type_effective | lower) == 'physical' else '')
}}
system_os_version_effective: >-
{{