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 committed Dec 18, 2019
1 parent fb0ec05 commit 48641a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cmd-build
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ 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
platformid=qemu
if [ "$arch" == "s390x" ]; then
platformid=openstack
Expand Down

0 comments on commit 48641a1

Please sign in to comment.