I've been reading the bootscripts. They are well written. I do have a few comments, however.
In the rc script, I think line 53 should say, ...can't be stopped in runlevel..." instead of "...can't be started in runlevel..." In rc, why not say previous=${PREVLEVEL:-N} instead of previous=${PREVLEVEL} [ "$previous" = "" ] && previous=N Ifup seems a bit complicated. Why have files in a /etc/sysconfig/network-devices/ifconfig.eth0 directory instead of putting settings in a single file called /etc/sysconfig/network-devices/ifconfig.eth0? My network is simple, so maybe I'm not seeing something that a more complicated setup needs. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page