Skip to content

Commit

Permalink
install: quote oem_type parameter
Browse files Browse the repository at this point in the history
a5fc8b2 broke the baremetal install, because if omitting the parameter,
the commandline would turn out to be -o -i ignition.json.
  • Loading branch information
Snaipe committed Apr 20, 2023
1 parent 4d0eae5 commit 4f1771d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flatcar-linux/kubernetes/butane/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ storage:
-d ${install_disk} \
-C ${os_channel} \
-V ${os_version} \
-o ${oem_type} \
-o "${oem_type}" \
${baseurl_flag} \
-i ignition.json
udevadm settle
Expand Down
2 changes: 1 addition & 1 deletion flatcar-linux/kubernetes/worker/butane/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ storage:
-d ${install_disk} \
-C ${os_channel} \
-V ${os_version} \
-o ${oem_type} \
-o "${oem_type}" \
${baseurl_flag} \
-i ignition.json
udevadm settle
Expand Down

0 comments on commit 4f1771d

Please sign in to comment.