Done
.
文章插图
然后点击 SOFTWARE SELECTION 选择要安装的软件 。这里我选择基本的Web服务,安装一下基本的工具 。然后
Done
文章插图
接下来时最重要的两个步骤,系统分区和网络配置
文章插图
首先系统分区,点击 INSTALLATION DESTINATION 进入选择磁盘,这里选择我要手动分区,然后
Done
文章插图
添加新分区
文章插图
EFI分区(启动引导分区):mount point选择
boot/efi
大小300M文章插图
Swap分区(交换空间):mount point 选择
swap
大小选择4G(你选择的内存大小的两倍,最大不超过8G)文章插图
/分区(根分区):mount point 选择
/
大小不用填,直接添加文章插图
然后点击
Done
完成,下面选择接受文章插图
接下来进入Kdump,取消勾选后Done退出
文章插图
最后进行网络配置 , 点击进入 NETWORK & HOST NAME
先修改主机名
文章插图
然后点击右侧的Configure进入配置界面 。步骤1-6都要完成
文章插图
这样所有配置就完成了 , 开始安装
文章插图
这里需要设置root密码,点击进入
文章插图
输入root密码,如果你输入的密码过短 , 就点击两次Done保存退出 。
文章插图
静静等待安装完成 。等进度条走完之后点击reboot重启 。
文章插图
重启之后进入这样的黑框框,就表示安装好了 。
文章插图
安装CentOS之后的配置先用ssh链接到虚拟机 。Windows可以使用xshell
更换国内镜像源推荐使用中科大的镜像源:https://mirrors.ustc.edu.cn/help/centos.html
本分原文件
cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
编辑镜像文件vi /etc/yum.repos.d/CentOS-Base.repo-------------------------------------# 删除原来内容dG# 粘贴中科大源地址-------------------------------------# CentOS-Base.repo## The mirror system uses the connecting IP address of the client and the# update status of each mirror to pick mirrors that are updated to and# geographically close to the client.You should use this for CentOS updates# unless you are manually picking other mirrors.## If the mirrorlist= does not work for you, as a fall back you can try the# remarked out baseurl= line instead.##[base]name=CentOS-$releasever - Base#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infrabaseurl=https://mirrors.ustc.edu.cn/centos/$releasever/os/$basearch/gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7#released updates[updates]name=CentOS-$releasever - Updates#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infrabaseurl=https://mirrors.ustc.edu.cn/centos/$releasever/updates/$basearch/gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7#additional packages that may be useful[extras]name=CentOS-$releasever - Extras#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infrabaseurl=https://mirrors.ustc.edu.cn/centos/$releasever/extras/$basearch/gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7#additional packages that extend functionality of existing packages[centosplus]name=CentOS-$releasever - Plus#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infrabaseurl=https://mirrors.ustc.edu.cn/centos/$releasever/centosplus/$basearch/gpgcheck=1enabled=0gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
推荐阅读
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 持续更新~ Arch Linux + KDE 配置&美化
- Archlinux + Dwm 配置流程
- Archlinux配置fcitx5
- 2022-10-01 ArchLinux安装手册
- Archlinux安装Picgo配置Typora
- 关于入门深度学习mnist数据集前向计算的记录
- 四十 Java开发学习----MyBatisPlus入门案例与简介
- FHE学习笔记 #2 多项式环
- 奥比岛搜查藏宝屋及其附近环境完成方法
- 手把手教程 VM虚拟机搭建Linux CentOS7