Merge pull request #18 from flatcar-linux/dongsu/fix-qemu-keyname

build_library: fix qemu key name to org/flatcar-linux
This commit is contained in:
Dongsu Park 2019-08-14 11:33:07 +02:00 committed by GitHub
commit 957f0ed02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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