Fill out SMBIOS entries

This commit is contained in:
Martin Wimpress 2021-09-28 17:44:02 +01:00
parent 7ebc66cc50
commit 454b639df4
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -462,12 +462,12 @@ function vm_boot() {
# Boot the VM # Boot the VM
local args=() local args=()
# shellcheck disable=SC2054,SC2206 # shellcheck disable=SC2054,SC2206,SC2140
args+=(-name ${VMNAME},process=${VMNAME} args+=(-name ${VMNAME},process=${VMNAME}
-enable-kvm -machine q35,vmport=off ${GUEST_TWEAKS} -enable-kvm -machine q35,vmport=off ${GUEST_TWEAKS}
${CPU} ${SMP} ${CPU} ${SMP}
-m ${RAM_VM} ${BALLOON} -m ${RAM_VM} ${BALLOON}
-smbios type=2 -smbios type=2,manufacturer="Wimpys World",product="Quickemu",version="${VERSION}",serial="jvzclfjbeyq.pbz",location="wimpysworld.com",asset="${VMNAME}"
${VIDEO} -display ${OUTPUT} ${VIDEO} -display ${OUTPUT}
-device usb-ehci,id=input -device usb-ehci,id=input
-device usb-kbd,bus=input.0 -device usb-kbd,bus=input.0