Skip to content

Commit

Permalink
fixup! coreos-base/oem-gce: migrate gce to sysext format
Browse files Browse the repository at this point in the history
  • Loading branch information
tormath1 committed Nov 30, 2023
1 parent 967f92d commit d95c0f6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,8 @@ src_compile() {
# In this specific case, the OEM ID from the oem-release file ('ami')
# is different from the OEM ID kernel command line parameter ('ec2')
# because some services like Afterburn or Ignition expects 'ec2|aws' value.
# Same for GCE / GCP.
if [[ "${oemid}" == "ami" ]]; then
oemid_cmdline="ec2"
elif [[ "${oemid}" == "gce" ]]; then
oemid_cmdline="gcp"
fi

lines=(
Expand Down

0 comments on commit d95c0f6

Please sign in to comment.