From 578c24a47349420b2bb5c677dd35658d0a2c1e32 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 4 Aug 2010 17:46:54 +0200 Subject: dracut-functions: fixed --omit --- dracut-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/dracut-functions b/dracut-functions index 19950162..a1873c5d 100755 --- a/dracut-functions +++ b/dracut-functions @@ -528,6 +528,7 @@ check_modules() { strstr " $mods_to_load " " $mod " && continue # This should never happen, but... [[ -d $moddir ]] || continue + strstr " $omit_dracutmodules " " $mod " && continue if ! strstr " $dracutmodules $add_dracutmodules " " $mod "; then # module not in our list -- cgit v1.2.3