Skip to content

Commit 8d8e5c6

Browse files
committed
Add raid
1 parent 20416da commit 8d8e5c6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/en/guide/pve/pve_qa.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linu
9898

9999
The system username after dd at this point is ```root```, and the password is ```oneclickvirt139```.
100100

101+
If it doesn't work, check the issues and descriptions in https://github.com/leitbogioro/Tools A common problem is that the machine is raid0 not raid10, and you need to add a parameter to specify the value of the raid.
102+
101103
If you have time or if it's still not working, please contact [@spiritlhl_bot](https://t.me/spiritlhl_bot) for assistance.
102104

103105
## What to do if you open centos7 and find that CGroupV1 is not supported?
@@ -168,7 +170,7 @@ cat /etc/iptables/rules.v4 | iptables-restore
168170
bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh) -debian 12 -pwd ' oneclickvirt139' --network "static"
169171
```
170172

171-
At this point, the system username after dd is ``root``, and the password is ``oneclickvirt139``.
173+
At this point, the system username after dd is ``root``, and the password is ``oneclickvirt139``. If it doesn't work, check the issues and descriptions in https://github.com/leitbogioro/Tools A common problem is that the machine is raid0 not raid10, and you need to add a parameter to specify the value of the raid.
172174

173175
### VPS Providers Offering NAT with LXC Virtualization
174176

docs/guide/pve/pve_qa.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linu
108108

109109
此时dd后的系统用户名为```root```,密码为```oneclickvirt139```
110110

111+
如果不成功,请查看 https://github.com/leitbogioro/Tools 中的issues和说明,一个常见的问题是机器是raid0不是raid10,需要加参数指定raid的值
112+
111113
如果有空或者还是不行,请联系 [@spiritlhl_bot](https://t.me/spiritlhl_bot) 尝试
112114

113115
非Debian系统也可使用自定义分区的内容自行尝试
@@ -188,7 +190,7 @@ cat /etc/iptables/rules.v4 | iptables-restore
188190
bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh) -debian 12 -pwd 'oneclickvirt139' --network "static"
189191
```
190192

191-
此时dd后的系统用户名为```root```,密码为```oneclickvirt139```
193+
此时dd后的系统用户名为```root```,密码为```oneclickvirt139```,如果不成功,请查看 https://github.com/leitbogioro/Tools 中的issues和说明,一个常见的问题是机器是raid0不是raid10,需要加参数指定raid的值
192194

193195
### 只可开设LXC虚拟化的NAT的商家
194196

0 commit comments

Comments
 (0)