一键DD 系列
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a --mirror 'https://mirrors.huaweicloud.com/debian/' -p 自定义密码
其中参数
-firmware 额外的驱动支持
- d Debian系统 后面是系统版本号
- c Centos系统 后面是系统版本号
- v 后面写64位 32位
- a 不清楚这个干啥的但是每个脚本都带
--mirror 后面是镜像源地址
- p 后面写自定义密码
–ip-addr ifconfig -a 后获取到的 例:194.87.xxx.xxx
–ip-gate route -n 后获取到的 例 194.87.xxx.xxx
–ip-mask 255.255.xxx.xx
部分情况下需要网络有DHCP ,或者 VNC或 KVM
另外一个
cxthhhhh 的一键网络安装系统
未经测试