Expose flatcar-install OEM parameter

By exposing this parameter it is possible to install OEM specific software
during the `flatcar-install` invocation.
This commit is contained in:
Lucas Resch
2023-03-02 09:14:03 +01:00
committed by Dalton Hubble
parent 5f303212d2
commit 6bd2a1a528
9 changed files with 24 additions and 1 deletions

View File

@ -35,6 +35,7 @@ storage:
-d ${install_disk} \
-C ${os_channel} \
-V ${os_version} \
-o ${oem_type} \
${baseurl_flag} \
-i ignition.json
udevadm settle