Skip to content

Commit

Permalink
Added links to online discussion around the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypoulz authored and jlebon committed Dec 18, 2019
1 parent 1c72f44 commit eea91dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cmd-build
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,11 @@ img_base=tmp/${imageprefix}-base.qcow2
checksum_location=$(find /usr/lib/coreos-assembler-anaconda/ -name '*CHECKSUM' | head -1)

# Hack to force qemu to default to config drive based install on s390x
# See these PRs for relevant discussion:
# Long term feature request - https://github.com/coreos/ignition/issues/825
# Short term workaround in ignition - https://github.com/coreos/ignition/pull/905
# Related/Alternative Hack to dracut - https://github.com/coreos/ignition-dracut/pull/145
# Multi-Arch 4.2 CoreOS workaround - https://github.com/coreos/coreos-assembler/pull/1004
platformid=qemu
if [ "$arch" == "s390x" ]; then
platformid=openstack
Expand Down

0 comments on commit eea91dd

Please sign in to comment.