White space cleanup

This commit is contained in:
Martin Wimpress 2021-09-28 15:48:18 +01:00
parent ab994d3859
commit f9d1bc21a1
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -466,7 +466,7 @@ function vm_boot() {
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
${VIDEO} -display ${OUTPUT} ${VIDEO} -display ${OUTPUT}
-device usb-ehci,id=input -device usb-ehci,id=input
@ -480,10 +480,10 @@ function vm_boot() {
-device virtio-serial-pci -device virtio-serial-pci
-chardev spicevmc,id=vdagent0,name=vdagent -chardev spicevmc,id=vdagent0,name=vdagent
-device virtserialport,chardev=vdagent0,name=com.redhat.spice.0 -device virtserialport,chardev=vdagent0,name=com.redhat.spice.0
-monitor none -monitor none
-chardev spiceport,id=webdav0,name=org.spice-space.webdav.0 -chardev spiceport,id=webdav0,name=org.spice-space.webdav.0
-device virtserialport,chardev=webdav0,name=org.spice-space.webdav.0 -device virtserialport,chardev=webdav0,name=org.spice-space.webdav.0
-serial mon:stdio) -serial mon:stdio)
# Add the disks # Add the disks
if [ "${boot}" == "efi" ] || [ "${boot}" == "uefi" ]; then if [ "${boot}" == "efi" ] || [ "${boot}" == "uefi" ]; then