Format tweaks for boot string

pull/18/head
Martin Wimpress 5 years ago
parent 5b01d18492
commit aef34c5150
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 5
      quickemu

@ -253,13 +253,14 @@ function vm_boot() {
-device virtio-net,netdev=nic \
-rtc base=localtime,clock=host \
-serial mon:stdio \
-audiodev pa,id=pa,server=unix:$XDG_RUNTIME_DIR/pulse/native,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} \
-audiodev pa,id=pa,server=unix:${XDG_RUNTIME_DIR}/pulse/native,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} \
-device intel-hda -device hda-duplex,audiodev=pa \
-device qemu-xhci,id=xhci,p2=8,p3=8 -device usb-kbd -device usb-tablet \
-object rng-random,id=rng0,filename=/dev/urandom \
-device virtio-rng-pci,rng=rng0 \
${VIDEO_DEV} \
-display ${UI},gl=${GL} ${STATUSQUO} \
-display ${UI},gl=${GL} \
${STATUSQUO} \
"$@"
}

Loading…
Cancel
Save