Skip to content

Commit

Permalink
Add raid
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Dec 21, 2024
1 parent 20416da commit 8d8e5c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/en/guide/pve/pve_qa.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linu

The system username after dd at this point 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.

If you have time or if it's still not working, please contact [@spiritlhl_bot](https://t.me/spiritlhl_bot) for assistance.

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

At this point, the system username after dd is ``root``, and the password is ``oneclickvirt139``.
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.

### VPS Providers Offering NAT with LXC Virtualization

Expand Down
4 changes: 3 additions & 1 deletion docs/guide/pve/pve_qa.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linu

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

如果不成功,请查看 https://github.com/leitbogioro/Tools 中的issues和说明,一个常见的问题是机器是raid0不是raid10,需要加参数指定raid的值

如果有空或者还是不行,请联系 [@spiritlhl_bot](https://t.me/spiritlhl_bot) 尝试

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

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

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

Expand Down

0 comments on commit 8d8e5c6

Please sign in to comment.