From 0ce4548f3cac3c955200ebc78773165d45585827 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 24 Jun 2011 10:30:22 +0000 Subject: [PATCH] integrate-distro.sh: Leave netboot interface configuration entirely to initrd --- scripts/integrate-distro.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/integrate-distro.sh b/scripts/integrate-distro.sh index 9f261d09..7e904261 100644 --- a/scripts/integrate-distro.sh +++ b/scripts/integrate-distro.sh @@ -702,7 +702,6 @@ cmd_install() make_netboot_etc_ldap_conf > $root/etc/ldap.conf.netboot make_netboot_etc_openldap_ldap_conf > $root/etc/openldap/ldap.conf.netboot make_netboot_etc_hosts > $root/etc/hosts.netboot - echo "STARTMODE='nfsroot'" > $root/etc/sysconfig/network/ifcfg-eth0.netboot make_etc_openldap_ldap_conf > $root/etc/openldap/ldap.conf chmod 644 $root/etc/openldap/ldap.conf