概述
项目地址
Shell/AutoReinstall.sh at master · hiCasper/Shell (github.com)
一些商家自带的系统OS可能会有一些预装软件,例如阿里云的阿里云盾,腾讯云的Yunjing等
解决了云服务商提供模板镜像体积过大、预装软件过多、不够纯净等问题
使用方法
wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh
报错
grep: (standard input): binary file matches
Error! grub.cfg.
执行
mkdir /boot/grub2 && grub-mkconfig -o /boot/grub2/grub.cfg
支持重装的系统
特性 / 优化
- 自动获取IP地址、网关、子网掩码
- 自动判断网络环境,选择国内/外镜像,解决速度慢的问题
- 懒人一键化,无需复杂的命令
- 解决萌咖脚本中一些导致安装错误的问题
- CentOS 7 镜像抛弃LVM,回归ext4,减少不稳定因素
默认的密码是Pwd@CentOS
以及Pwd@Linux
,具体是哪一个密码在重装时会提示
原文:【全自动】Debian/Ubuntu/CentOS 网络重装一键脚本 - hiCasper