mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-01 12:47:19 +02:00
Update docs for VM_NAME
This commit is contained in:
parent
a2568be16f
commit
4019f9cb81
@ -364,6 +364,13 @@ RDP_DOMAIN=""
|
|||||||
# - 'libvirt': '' (BLANK)
|
# - 'libvirt': '' (BLANK)
|
||||||
RDP_IP="127.0.0.1"
|
RDP_IP="127.0.0.1"
|
||||||
|
|
||||||
|
# [VM NAME]
|
||||||
|
# NOTES:
|
||||||
|
# - Only applicable when using 'libvirt'
|
||||||
|
# - The libvirt VM name must match so that WinApps can determine VM IP, start the VM, etc.
|
||||||
|
# DEFAULT VALUE: 'RDPWindows'
|
||||||
|
VM_NAME="RDPWindows"
|
||||||
|
|
||||||
# [WINAPPS BACKEND]
|
# [WINAPPS BACKEND]
|
||||||
# DEFAULT VALUE: 'docker'
|
# DEFAULT VALUE: 'docker'
|
||||||
# VALID VALUES:
|
# VALID VALUES:
|
||||||
|
@ -132,6 +132,9 @@ Together, these components form a powerful and flexible virtualization stack, wi
|
|||||||
<img src="./libvirt_images/07.png" width="500px"/>
|
<img src="./libvirt_images/07.png" width="500px"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> A name other than `RDPWindows` can be used if `VM_NAME` is set in `~/.config/winapps/winapps.conf`.
|
||||||
|
|
||||||
9. After clicking `Finish`, select `Copy host CPU configuration` under 'CPUs', and then click `Apply`.
|
9. After clicking `Finish`, select `Copy host CPU configuration` under 'CPUs', and then click `Apply`.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user