CentOS6.9 minimal版本安装图形化界面

CentOS6.9 minimal版本安装图形化界面

安装步骤如下:

1.安装Desktop组

# yum groupinstall "Desktop" -y

2.安装X Window System

# yum groupinstall "X Window System" -y

3. 安装中文支持(可选)

# yum groupinstall "Chinese Support" -y

4. 修改运行级别为5

# tail -1 /etc/inittab

id:5:initdefault:

5. 重启系统

# reboot

6. 按照提示设置图形化

 

posted @ 2018-11-20 17:01  樊辰木风  阅读(837)  评论(0编辑  收藏  举报