Skip to content

Commit

Permalink
Updated platformid to force openstack for 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypoulz committed Dec 17, 2019
1 parent 9cc23c8 commit d18ca36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gf-platformid
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ else
coreos_gf_run_mount "${tmp_dest}" "blocksize:4096"
fi

if [[ "$arch" = "s390x" && "$platformid" = "qemu" ]]; then
platformid=openstack
fi

# Inject PLATFORM label in all relevant places:
# * grub config
# * BLS config (for subsequent config regeneration)
Expand Down

0 comments on commit d18ca36

Please sign in to comment.