fix(system): default physical installs to archlinux when os is omitted
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
{{
|
{{
|
||||||
system.os
|
system.os
|
||||||
if system.os is defined and (system.os | string | length) > 0
|
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: >-
|
system_os_version_effective: >-
|
||||||
{{
|
{{
|
||||||
|
|||||||
Reference in New Issue
Block a user