Aligned config file options with current list
This commit is contained in:
parent
9f1c3af122
commit
206c93d8e5
@ -782,6 +782,7 @@ You can also pass optional parameters
|
|||||||
|
|
||||||
<!-- [[[end]]] -->
|
<!-- [[[end]]] -->
|
||||||
```
|
```
|
||||||
|
|
||||||
## Desktop shortcuts
|
## Desktop shortcuts
|
||||||
|
|
||||||
Desktop shortcuts can be created for a VM, the shortcuts are saved in
|
Desktop shortcuts can be created for a VM, the shortcuts are saved in
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 297a1d4403ca0ddda062fdd086f4a00c8357452e
|
Subproject commit 43c38df5ef08bada423b076274604951d5c13c0d
|
@ -14,7 +14,7 @@
|
|||||||
. ftr VB CB
|
. ftr VB CB
|
||||||
. ftr VBI CBI
|
. ftr VBI CBI
|
||||||
.\}
|
.\}
|
||||||
.TH "QUICKEMU" "1" "February 2, 2023" "quickemu" "Quickemu User Manual"
|
.TH "QUICKEMU" "1" "February 3, 2023" "quickemu" "Quickemu User Manual"
|
||||||
.hy
|
.hy
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.PP
|
.PP
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
author: Martin Wimpress
|
author: Martin Wimpress
|
||||||
date: February 2, 2023
|
date: February 3, 2023
|
||||||
footer: quickemu
|
footer: quickemu
|
||||||
header: Quickemu User Manual
|
header: Quickemu User Manual
|
||||||
section: 1
|
section: 1
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
. ftr VB CB
|
. ftr VB CB
|
||||||
. ftr VBI CBI
|
. ftr VBI CBI
|
||||||
.\}
|
.\}
|
||||||
.TH "QUICKEMU_CONF" "1" "February 2, 2023" "quickemu_conf" "Quickemu Configuration Manual"
|
.TH "QUICKEMU_CONF" "1" "February 3, 2023" "quickemu_conf" "Quickemu Configuration Manual"
|
||||||
.hy
|
.hy
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.PP
|
.PP
|
||||||
@ -38,6 +38,8 @@ boot=\[dq]efi\[dq]
|
|||||||
cpu_cores=\[dq]\[dq]
|
cpu_cores=\[dq]\[dq]
|
||||||
disk_img=\[dq]\[dq]
|
disk_img=\[dq]\[dq]
|
||||||
disk_size=\[dq]\[dq]
|
disk_size=\[dq]\[dq]
|
||||||
|
display=\[dq]\[dq]
|
||||||
|
extra_args=\[dq]\[dq]
|
||||||
fixed_iso=\[dq]\[dq]
|
fixed_iso=\[dq]\[dq]
|
||||||
floppy=\[dq]\[dq]
|
floppy=\[dq]\[dq]
|
||||||
guest_os=\[dq]linux\[dq]
|
guest_os=\[dq]linux\[dq]
|
||||||
@ -52,6 +54,24 @@ ram=\[dq]\[dq]
|
|||||||
secureboot=\[dq]off\[dq]
|
secureboot=\[dq]off\[dq]
|
||||||
tpm=\[dq]off\[dq]
|
tpm=\[dq]off\[dq]
|
||||||
usb_devices=()
|
usb_devices=()
|
||||||
|
viewer=\[dq]spicy\[dq]
|
||||||
|
ssh_port=\[dq]\[dq]
|
||||||
|
spice_port=\[dq]\[dq]
|
||||||
|
public_dir=\[dq]\[dq]
|
||||||
|
monitor=\[dq]socket\[dq]
|
||||||
|
monitor_telnet_port=\[dq]4440\[dq]
|
||||||
|
monitor_telnet_host=\[dq]localhost\[dq]
|
||||||
|
monitor_cmd=\[dq]\[dq]
|
||||||
|
serial=\[dq]socket\[dq]
|
||||||
|
serial_telnet_port=\[dq]6660\[dq]
|
||||||
|
serial_telnet_host=\[dq]localhost\[dq]
|
||||||
|
# options: ehci(USB2.0), xhci(USB3.0)
|
||||||
|
usb_controller=\[dq]ehci\[dq]
|
||||||
|
# options: ps2, usb, virtio
|
||||||
|
keyboard=\[dq]usb\[dq]
|
||||||
|
keyboard_layout=\[dq]en-us\[dq]
|
||||||
|
# options: ps2, usb, tablet, virtio
|
||||||
|
mouse=\[dq]tablet\[dq]
|
||||||
\f[R]
|
\f[R]
|
||||||
.fi
|
.fi
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
author: Martin Wimpress
|
author: Martin Wimpress
|
||||||
date: February 2, 2023
|
date: February 3, 2023
|
||||||
footer: quickemu_conf
|
footer: quickemu_conf
|
||||||
header: Quickemu Configuration Manual
|
header: Quickemu Configuration Manual
|
||||||
section: 1
|
section: 1
|
||||||
@ -29,6 +29,8 @@ boot="efi"
|
|||||||
cpu_cores=""
|
cpu_cores=""
|
||||||
disk_img=""
|
disk_img=""
|
||||||
disk_size=""
|
disk_size=""
|
||||||
|
display=""
|
||||||
|
extra_args=""
|
||||||
fixed_iso=""
|
fixed_iso=""
|
||||||
floppy=""
|
floppy=""
|
||||||
guest_os="linux"
|
guest_os="linux"
|
||||||
@ -43,6 +45,24 @@ ram=""
|
|||||||
secureboot="off"
|
secureboot="off"
|
||||||
tpm="off"
|
tpm="off"
|
||||||
usb_devices=()
|
usb_devices=()
|
||||||
|
viewer="spicy"
|
||||||
|
ssh_port=""
|
||||||
|
spice_port=""
|
||||||
|
public_dir=""
|
||||||
|
monitor="socket"
|
||||||
|
monitor_telnet_port="4440"
|
||||||
|
monitor_telnet_host="localhost"
|
||||||
|
monitor_cmd=""
|
||||||
|
serial="socket"
|
||||||
|
serial_telnet_port="6660"
|
||||||
|
serial_telnet_host="localhost"
|
||||||
|
# options: ehci(USB2.0), xhci(USB3.0)
|
||||||
|
usb_controller="ehci"
|
||||||
|
# options: ps2, usb, virtio
|
||||||
|
keyboard="usb"
|
||||||
|
keyboard_layout="en-us"
|
||||||
|
# options: ps2, usb, tablet, virtio
|
||||||
|
mouse="tablet"
|
||||||
```
|
```
|
||||||
|
|
||||||
# EXAMPLES
|
# EXAMPLES
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
. ftr VB CB
|
. ftr VB CB
|
||||||
. ftr VBI CBI
|
. ftr VBI CBI
|
||||||
.\}
|
.\}
|
||||||
.TH "QUICKGET" "1" "February 2, 2023" "quickget" "Quickget User Manual"
|
.TH "QUICKGET" "1" "February 3, 2023" "quickget" "Quickget User Manual"
|
||||||
.hy
|
.hy
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.PP
|
.PP
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
author: Martin Wimpress
|
author: Martin Wimpress
|
||||||
date: February 2, 2023
|
date: February 3, 2023
|
||||||
footer: quickget
|
footer: quickget
|
||||||
header: Quickget User Manual
|
header: Quickget User Manual
|
||||||
section: 1
|
section: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user