Unfortunately, a line like `probe autofs autofs4 autofs' will put
modprobe into an endless loop if autofs4.o is missing (it looks up
`autofs' recursively, until the stack overflows). My workaround is:
probe autofs autofs4 autofs-alias
alias autofs-alias autofs
but IMHO this should be fixed in modprobe.
-- Michael "Tired" Riepe <Michael.Riepe@stud.uni-hannover.de> "All I wanna do is have a little fun before I die"- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/