TOUVE 发表于 2018-6-5 13:08:27

VMware下安装64位Centos6.5mini版


[*]  进入官网选择自己喜欢的版本CENTOS.
  http://isoredirect.centos.org/centos/6.5/isos/x86_64/
  再选择自己需要的镜像站点,选择64位minimal版
  http://mirrors.hust.edu.cn/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-minimal.iso
  下载好后,挂到虚拟CD上安装。
  

[*]  省略VMware安装过程。安装完成后需要配置网络文件。
  

  step 1
cd /etc/sysconfig/network-scripts/  step 2
vi ifcfg-eth0
//将ONBOOT=no修改为ONBOOT=yes
DEVICE=eth0
HWADDR=00:0C:29:2E:37:F0
TYPE=Ethernet
UUID=69cd9740-184f-49b7-857f-e397e57f265b
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp  按:wq保存退出。
  step 3
  //重启网络

/etc/init.d/network restart  //查看IP

ifconfig  

  3.配置好网络后运行
yum groupinstall base -y  安装基础包。至此一个可用的Centos6.5minimal版就装好了。
页: [1]
查看完整版本: VMware下安装64位Centos6.5mini版