Skip to content

Commit dbd68a2

Browse files
authored
fix: 更新说明
1 parent 679a23b commit dbd68a2

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

docs/en/incomplete/webvirtcloud.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Repository: <https://github.com/oneclickvirt/webvirtcloud>
1717
- CPU: 1 core
1818
- Memory: 1 GB RAM
1919
- Disk: 10 GB free space
20+
- Systems: Debian11+, Ubuntu20.04+
2021

2122
### Default Login Information
2223

@@ -49,6 +50,7 @@ curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scrip
4950
- CPU: 2 cores
5051
- Memory: 4 GB RAM
5152
- Disk: 40 GB free space
53+
- Systems: AlmaLinux8+,RockyLinux8+
5254

5355
> **Additional Notes:**
5456
>
@@ -61,29 +63,32 @@ curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scrip
6163
To test if your server supports KVM nested virtualization:
6264

6365
```bash
64-
curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && ./goecs.sh install
66+
curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && ./goecs.sh install && goecs -l=en
6567
```
6668

69+
Selecting the hardware single test, even if `VM-x/AMD-V/Hyper-V` is not enabled and supported is not a problem, it will automatically switch to QEMU to open a VM using TCG emulation, except that in this case there will be a performance loss.
70+
6771
### Hypervisor Installation Steps
6872

69-
1. Download the installation script:
73+
Download the installation script:
74+
75+
```bash
76+
curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_hypervisor.sh -o install_hypervisor.sh \
77+
&& chmod +x install_hypervisor.sh
78+
```
7079

71-
```bash
72-
curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_hypervisor.sh -o install_hypervisor.sh \
73-
&& chmod +x install_hypervisor.sh
74-
```
80+
Run the installation (replace with your Controller IP):
7581

76-
2. Run the installation (replace with your Controller IP):
82+
```bash
83+
bash install_hypervisor.sh x.x.x.x
84+
```
7785

78-
```bash
79-
bash install_hypervisor.sh x.x.x.x
80-
```
86+
> Replace `x.x.x.x` with your Controller's actual IP address.
8187
82-
> Replace `x.x.x.x` with your Controller's actual IP address.
88+
Panel node
8389

84-
3. Panel node
85-
After the execution is completed, there will be a prompt that needs to be filled in the Controller panel side of the content.
86-
Panel side to fill in the Hostname is the IPV4 address of the current computing node, as well as to fill in the Token to identify the node.
90+
After the execution is completed, there will be a prompt that needs to be filled in the Controller panel side of the content.
91+
Panel side to fill in the Hostname is the IPV4 address of the current computing node, as well as to fill in the Token to identify the node.
8792

8893
### NetworkManager Version Issue
8994

0 commit comments

Comments
 (0)