* Etienne Champetier <[email protected]> [26.03.2013 19:42]:
> I can enter in failsafe mode, so does anyone have an idea how to simulate the 
> normal boot process
> step by step from the failsafe, so i can determine precisely what break.

first try to load the modules, and look where it 'hangs':

for FILE in /etc/modules.d/* ; do echo $FILE; while read LINE; do echo
$LINE; echo $LINE; done <$FILE; done

bye, bastian

PS: this remembers me to send a patch for base-files for a better
debugable kmodules-loader...
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to