當然!你要先把 yum 和網路組態搞定。
網路設定:因為最小安裝沒有 setup 可用,因此要直接編輯 ifcfg-ethX,完成後重啟網路。
# vi /etc/sysconfig/network-script/ifcfg-eth0 // 最小安裝沒有 vim 可以用,但操作差不多
DEVICE="eth0"
BOOTPROTO="dhcp"
HWADDR="00:0C:29:16:03:D1"
IPV6INIT="yes"
NM_CONTROLLED="no" // 預設為 yes
ONBOOT="yes" // 預設為 no
TYPE="Ethernet"
UUID="ad0722c8-66bb-4d03-8dd0-8be3c6cd0d8b"
# service network restart
# ip a
YUM 設定請參考此篇
查詢 X-Windows 套件
# yum grouplist | grep --color X
Legacy UNIX compatibility
Legacy X Window System compatibility
X Window System
TeX support
Xfce
Xhosa Support [xh]
安裝 X-Windows 及 GNOME Desktop
# yum groupinstall [-y] "X Window System" [&> /dev/null] // 中括號 [] 內容加上後(不含 [])會自動安裝並隱藏安裝訊息
# yum groupinstall [-y] "Desktop" [&> /dev/null]
# yum groupinstall [-y] "Chinese Support [zh]" [&> /dev/null] // 若想要支援中文環境再安裝就好
下次啟動使用 X-Window 介面
# vim /etc/inittab
id:5:initdefault:
重開機
# reboot
沒有留言:
張貼留言