Fix bug in kernel module loading
commitac9a11835472a3ca7b0b903735a7b37a1fb196f9
authorVictor Lowther <victor.lowther@gmail.com>
Sat, 30 May 2009 15:52:12 +0000 (30 10:52 -0500)
committerVictor Lowther <victor.lowther@gmail.com>
Sat, 30 May 2009 15:52:12 +0000 (30 10:52 -0500)
tree27eedbcfddaf44ae85b024ec28484f66985c8329
parentf3fb8d807479ab12f5119309b733ee90f35b0752
Fix bug in kernel module loading

We were not loading all the required kernel modules due to a bug in the
dependency checking code.  This was causing us to load only the first
dependent module and ignore the rest.
dracut-functions