diff --git a/build_library/qemu_template.sh b/build_library/qemu_template.sh index e287f1b958..3621956a53 100755 --- a/build_library/qemu_template.sh +++ b/build_library/qemu_template.sh @@ -201,7 +201,7 @@ if [ -n "${VM_PFLASH_RO}" ] && [ -n "${VM_PFLASH_RW}" ]; then fi if [ -n "${IGNITION_CONFIG_FILE}" ]; then - set -- -fw_cfg name=opt/com.coreos/config,file="${IGNITION_CONFIG_FILE}" "$@" + set -- -fw_cfg name=opt/org.flatcar-linux/config,file="${IGNITION_CONFIG_FILE}" "$@" fi case "${VM_BOARD}" in