init-scripts don't seem to work if there is no network config in SLES 10. So i added a network section to my autoinst.xml. The problem with this is that the default for eth0 is dhcp, which is not allowed on my network, so i set bootproto to "none", which had absolutely no affect. So I removed the /etc/sysconfig/network/ifcfg-eth0-* file in my init-script and rebooted. The problem with this solution is that /etc/hosts and /etc/resolv.conf are already modified by the installer by this point (i would like that to not happen.) Is there a better way besides setting bootproto to "none" that will make the network subsystem come up, but with no devices configured? Or failing that, is there a way to make init-scripts work without the network dependency? Thanks, Paul