Adds the ability to override the default network template by placing an alternative one under /dos/network.template. The default template will still be used in the absence of an external one.
A consequence of this is that the network setup script in /etc/rc.d/ will be run after mounting disks so that the template can be read from /dos/.
Using the JFFS2 filesystem alleviates the need to use this patch, but it may still be useful for systems that are forced to use static filesystems due to flash constraints.
Adds the ability to override the default network template by placing an alternative one under
/dos/network.template
. The default template will still be used in the absence of an external one.A consequence of this is that the network setup script in
/etc/rc.d/
will be run after mounting disks so that the template can be read from/dos/
.