1.修改 etc/sysconfig/network
vi /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=centos7_init
2. 修改/etc/hosts
vi /etc/hosts
127.0.0.1 localhost centos7_init
::1 localhost centos7_init
3. 修改hostname
hostnamectl set-hostname centos7_init
4.重新启动系统
reboot -f