mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fill out SMBIOS entries
This commit is contained in:
parent
7ebc66cc50
commit
454b639df4
1 changed files with 2 additions and 2 deletions
4
quickemu
4
quickemu
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue