mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
White space cleanup
This commit is contained in:
parent
ab994d3859
commit
f9d1bc21a1
1 changed files with 3 additions and 3 deletions
6
quickemu
6
quickemu
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue