fix: 添加安装方式使用后续教程的说明

This commit is contained in:
spiritlhl
2025-07-06 12:06:45 +00:00
parent 71b8d17938
commit 9353356f07
2 changed files with 10 additions and 2 deletions

View File

@@ -179,4 +179,8 @@ bash /mnt/wireless.sh
After the configuration is complete, the system will automatically reboot and the public network will be available after the reboot.
During the execution of the configuration script, you will be prompted to enter the name and password of the WIFI. Since there is no Chinese input method in the pure CI environment, the name of the WIFI must be composed of English numbers only, and the password must be the same.
During the execution of the configuration script, you will be prompted to enter the name and password of the WIFI. Since there is no Chinese input method in the pure CI environment, the name of the WIFI must be composed of English numbers only, and the password must be the same.
### Cautions
Physical machines can not use NAT to directly connect virtual machines to access the network after the installation of unlimited modules, so the project's subsequent tutorials do not support this method of access to the bridge, the project's subsequent tutorials only support the installation of the PVE on non-physical machines (through the automatic configuration of the host gateway of the PVE)

View File

@@ -209,4 +209,8 @@ https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/pve/ref
bash default.sh
```
执行会非常耗时但装完后会自带xfce的桌面环境且换源阿里云且去除无效订阅且设置合并local和loacl-lvm且设置清华镜像容器源
执行会非常耗时但装完后会自带xfce的桌面环境且换源阿里云且去除无效订阅且设置合并local和loacl-lvm且设置清华镜像容器源
### 注意事项
物理机安装无限模块后不可使用NAT直接连接虚拟机接入网络所以本项目后续的教程不支持该方法接入的网桥本项目后续教程仅支持在非物理机器上安装的PVE(通过了自动配置宿主机网关的PVE)