Why does kickstarted RHEL6.5 machine's /etc/sysconfig/network-scripts/ifcfg-eth0 contain NM_CONTROLLED="yes" even in absence of NetworkManager ?

Solution Unverified - Updated -

Issue

  • Why does kickstarted RHEL6.5 machine's /etc/sysconfig/network-scripts/ifcfg-eth0 contain NM_CONTROLLED="yes" even in absence of NetworkManager ?
  • Kickstarted a machine with RHEL6.5 DVD iso. Kickstart's %packages section is as follows.
%packages 
@base
-kexec-tools
-NetworkManager
  • After installation, the file is as follows.
[root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 
DEVICE="eth0"
BOOTPROTO="dhcp"
HWADDR="52:54:00:0D:DB:10"
IPV6INIT="yes"
NM_CONTROLLED="yes"
ONBOOT="yes"
TYPE="Ethernet"
UUID="ffd8386b-64d1-448a-a707-223dc4029768"
[root@localhost ~]# rpm -qa | grep -i NetworkManager
[root@localhost ~]# echo $?
1
[root@localhost ~]# rpm -q NetworkManager
package NetworkManager is not installed

Environment

  • Red Hat Enterprise Linux 6.5

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.