网络一键脚本重装centos7

安装centos7如下操作:

yum install -y xz openssl gawk coreutils file
wget https://db.ci/os/autoreinstall.sh && chmod a+x autoreinstall.sh
bash autoreinstall.sh -c 7.9.2009 -v 64 -a -p 指定root密码 -a --ip-addr ip地址 --ip-gate 网关 --ip-mask 子网掩码  --mirror 'https://mirrors.ustc.edu.cn/centos/'

安装debian如下操作:

bash autoreinstall.sh -d 10 -v 64 -a -p 指定root密码 -a --ip-addr ip地址 --ip-gate 网关 --ip-mask 子网掩码  --mirror 'https://mirrors.ustc.edu.cn/debian/'

查询网关地址和子网掩码

netstat -rn

如果安装报错:

/sbin/dmsquash-live-root: line 273: printf: write error: No space left on device

必须大于等于2G内存

vnc连接:5901端口查看安装进度

点赞