[PATCH 23/50] Rip out old recursive module loading, replace with something simpler
authorVictor Lowther <victor.lowther@gmail.com>
Fri, 13 Feb 2009 12:42:25 +0000 (04:42 -0800)
committerDave Jones <davej@redhat.com>
Mon, 16 Feb 2009 18:56:41 +0000 (13:56 -0500)
commit6fa0c3d60b73661645399e370fc035e81bd4ff63
treedbf803ba2de0c67c3099c0bc72a646a369821bf5
parent170b260bd9812de5307f394d030079549d95fc4d
[PATCH 23/50] Rip out old recursive module loading, replace with something simpler

bash allows unlimited recursion and several other tricks to make
finding all the dependencies of a kernel module much simpler.

This nukes about 130 lines, most of it in dracut-functions.

This diff also touches some cleanups made in the inst function.
dracut
dracut-functions