# HG changeset patch # User erjo@taz # Date 1239137706 -7200 # Node ID 47f8dc9dff6efdb8903ba1d3cd864af94a78e54f # Parent 9b4be5039c9fe47bf4373df7d285ae106e304923 Fix: rcS.conf. Network must start after hardware detection. diff -r 9b4be5039c9f -r 47f8dc9dff6e etc/rcS.conf --- a/etc/rcS.conf Fri Mar 27 15:28:30 2009 +0100 +++ b/etc/rcS.conf Tue Apr 07 22:55:06 2009 +0200 @@ -28,7 +28,7 @@ # bootopts.sh (boot options) must start first, then you are free to choose. # Note that the local.sh script exists to let you quickly add some local startup # commands. -RUN_SCRIPTS="bootopts.sh network.sh i18n.sh hwconf.sh local.sh" +RUN_SCRIPTS="bootopts.sh hwconf.sh i18n.sh network.sh local.sh" # Daemons to start at boot time. SliTaz only provides a few daemons: firewall, # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is