天天看點

Why after installation of Red Hat Enterprise Linux 8 via PXE, IP address is not configured ?Why after installation of Red Hat Enterprise Linux 8 via PXE, IP address is not configured on the system ?

Why after installation of Red Hat Enterprise Linux 8 via PXE, IP address is not configured on the system ?

 SOLUTION UNVERIFIED - 已更新 2019年五月15日18:51 - 

English 

環境

  • Red Hat Enterprise Linux 8
  • PXE Installation

問題

  • Why after installation of Red Hat Enterprise Linux 8 via PXE, IP address is not configured on the system ?

決議

Remove 

systemctl disable NetworkManager

 from %post section of kickstart file.

根源

Legacy 

network

 initscripts are not shipped via RHEL8 

initscripts

 package. If sysv network script is required, then install 

network-scripts

 package.

From RHEL8

Raw

[[email protected] ~]# rpm -q initscripts
initscripts-10.00.1-1.el8.x86_64
[[email protected] ~]# rpm -ql initscripts |grep -i "init.d/network"
[[email protected] ~]# rpm -ql network-scripts |grep -i "init.d/network"
/etc/rc.d/init.d/network
           

From RHEL7

Raw

[[email protected] ~]# rpm -qa |grep initscript
initscripts-9.49.46-1.el7.x86_64
[[email protected] ~]# rpm -ql initscripts |grep -i "init.d/network"
/etc/rc.d/init.d/network
           

繼續閱讀