From 3e6c45945bca33c907fc51f96c71f75bf87493be Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 13 Aug 2019 13:36:47 +0200 Subject: [PATCH] build_library: fix qemu key name to org/flatcar-linux To fix a wrong key name when running a qemu VM with ignition, we need to replace `opt/com.coreos` with `opt/org.flatcar-linux`. See also https://github.com/flatcar-linux/ignition/issues/2 --- build_library/qemu_template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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