clean up handling of the root filesystem mount - remove broadcom specific junk from...
[openwrt.git] / package / base-files / default / etc / init.d / S10boot
index 0cc519d..e0d15db 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
+. /etc/functions.sh
 
+[ -f /proc/mounts ] || /sbin/mount_root
 [ -f /proc/jffs2_bbc ] && echo "S" > /proc/jffs2_bbc
 vconfig set_name_type VLAN_PLUS_VID_NO_PAD
 
@@ -16,7 +18,7 @@ for iface in $(/sbin/ifconfig -a | awk '{print $1}' | grep eth); do
        /usr/bin/env -i ACTION=add INTERFACE="$iface" /sbin/hotplug net
 done
 
-sed 's/^[^#]/insmod &/' /etc/modules /etc/modules.d/* 2>&-|ash
+load_modules /etc/modules /etc/modules.d/*
 
 ifconfig lo 127.0.0.1 up
 ifconfig eth0 promisc
This page took 0.026351 seconds and 4 git commands to generate.