qemu: Let user supply extra append options

This commit is contained in:
Tobias Waldekranz
2023-02-09 10:26:10 +01:00
parent 66688b4e5a
commit fbd68c4a65
+1 -1
View File
@@ -38,7 +38,7 @@ append_args()
echo -n "debug "
fi
echo -n "${QEMU_APPEND} "
echo -n "${QEMU_APPEND} ${QEMU_EXTRA_APPEND} "
}
rootfs_args()