%general-entities; ]> DHCP Networking You will need to install the service from the CLFS Bootscripts package. tar -jxvf ../bootscripts-cross-lfs-&clfs-bootscripts-version;.tar.bz2 cd -v bootscripts-cross-lfs-&clfs-bootscripts-version; make install-service-dhcpcd Finally, create the /etc/sysconfig/network-devices/ifconfig.eth0/dhcpcd configuration file using the following commands. Adjust appropriately for additional interfaces: install -v -d /etc/sysconfig/network-devices/ifconfig.eth0 cat > /etc/sysconfig/network-devices/ifconfig.eth0/dhcpcd << "EOF" ONBOOT="yes" SERVICE="dhcpcd" # Start Command for DHCPCD # DHCP_START="-q" # Stop Command for DHCPCD # DHCP_STOP="-k" EOF