-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dd.sh脚本使用 #7
Comments
[ Linux VPS ] Debian/Ubuntu/CentOS 网络安装/网络重装/纯净安装 一键脚本背景:
注意: 全自动安装默认:root 密码:MoeClub.org安装完成后请立即更改密码.能够全自动重装Debian/Ubuntu/CentOS等系统,同时提供dd安装镜像功能,例如: 全自动无救援dd安装windows系统 确保安装了所需软件: #RedHat/CentOS: 如果出现了错误,请运行: #RedHat/CentOS: 快速使用示例: Usage:
# dist-name: 发行版本代号 使用示例:#使用默认镜像全自动安装 #使用自定义镜像全自动安装 # 以下示例中,将X.X.X.X替换为自己的网络参数. #使用自定义镜像全自动安装 #使用自定义镜像自定义网络参数全自动安装 #使用自定义网络参数全自动dd方式安装 #使用自定义网络参数全自动dd方式安装存储在谷歌网盘中的镜像(调用文件ID的方式) #使用自定义网络参数全自动dd方式安装存储在谷歌网盘中的镜像 #国内推荐使用USTC源 一些可用镜像地址: # 推荐使用带有 /GoogleDrive/ 链接, 速度更快. # win7emb_x86.tar.gz: # win8.1emb_x64.tar.gz: # win10ltsc_x64.tar.gz: 一些提示: 远程登陆账号为: 远程登陆密码为: 仅修改了主机名,可放心使用.(建议自己制作.) 分区界面标题一般显示为: "Starting up the partitioner" 在全自动安装CentOS时: 如果需要查看进度,使用 连接提示中的 声明: |
win 安装包,路径失效了。 |
root 用户
第一步:
apt-get update
apt-get install -y xz-utils openssl gawk file
第二步:
wget https://raw.githubusercontent.com/zazitufu/ubuntu/master/dd.sh
chmod a+x dd.sh
第三步:
bash dd.sh -d 9 -v 64 -a --mirror 'http://ftp.hk.debian.org/debian/'
-Mirro 源列表,使用较近的源会大大提高速度。
Debian:
https://www.debian.org/mirror/list
The text was updated successfully, but these errors were encountered: