On Wed, Feb 18, 2009 at 16:56, Thiago Galesi <thiagogalesi@xxxxxxxxx> wrote: >> >> You will also need to modify the dracut script to only source modules with >> the .sh extension, and make sure the $dracutmodules functionality still >> works as expected. > > Well, the current match: > > # source all our modules > for f in "$dsrc/modules"/*[^~]; do > > Worked for reading the .sh files (but not only the .sh files, of course) > > However, I'm not that familiar enough to bash to adapt this match to > only .sh files (I tried a couple of things) You mean: for f in "$dsrc/modules"/*.sh; do ? Thanks, Kay -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html