CentOS6.4 minimal installation notes

 

1. If you select the image file installation in the new virtual machine wizard (the virtual machine I use is vmware11), you will not be able to enter the system after the final installation and restart.

          Solution: In the new virtual machine wizard, choose to install the operating system later, and then install the system after the new virtual machine is created, and then you can enter the system normally.

2. The network card of the minimal version is not enabled by default and needs to be set.

          Solution:

vi /etc/sysconfig/network-scripts/ifcfg-eth0

set up

ONBOOT=yes //Start the network card

NM_CONTROLLED=no //minimal does not provide network management tools by default, so set to no

BOOTPROTO=dhcp //Automatically obtain ip

 

After setting, restart the network card

service network restart

After restarting, ifconfig sees more eth0

 

Then you can install some commonly used software

 

yum install vim

 

yum install wget

 

yum install gcc 

 

yum install make

。。。

 

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326946388&siteId=291194637