On Wed, 2011-09-28 at 06:41 -0400, Willie Wong wrote: > On Wed, Sep 28, 2011 at 09:42:09AM +0200, Florian Philipp wrote: > > You could still create a tree, but only by making most modules appear > > multiple times. > > Just like the '--tree' option for 'emerge'
In that case something like: # for m in `lsmod |awk '{print $1}'; do echo $m; modprobe \ --show-depends $m|sed s'/^insmod \/.*\// `-/;s/\.ko//'; done