Linux一键重装系统脚本 一键重装Centos、Debain、Ubuntu、Windows


很方便的一键脚本,可以安装我们常规的Linux镜像脚本,或者KVM架构的可以DD安装Windows系统。

特定的系统镜像需要安装一些需要的组件支持。

1、centos

yum install -y xz openssl gawk file wget

2、Debian/Ubuntu

apt-get install -y xz-utils openssl gawk file wget

一键脚本

wget --no-check-certificate -qO ~/Network-Reinstall-System-Modify.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/Network-Reinstall-System-Modify.sh' && chmod a+x ~/Network-Reinstall-System-Modify.sh

安装脚本

bash ~/Network-Reinstall-System-Modify.sh -UI_Options

执行运行安装引导,选择要安装的系统。

对于Microsoft Windows。
默认的用户名是:Administrator
默认的密码是:cxthhhhh.com

对于Linux(CentOS / Debian / Ubuntu),裸机系统部署平台等。
默认的用户名是:root
默认的密码是:cxthhhhh.com

文章发布时间:2021-09-18