dracut-functions.sh: also search in the updates directory
parent
c8a9a6b4a7
commit
f57850d7e8
|
@ -1551,7 +1551,7 @@ find_kernel_modules_by_path () {
|
|||
_OLDIFS=$IFS
|
||||
IFS=:
|
||||
while read a rest; do
|
||||
[[ $a = */$1/* ]] || continue
|
||||
[[ $a = */$1/* ]] || [[ $a = */updates/* ]] || continue
|
||||
printf "%s\n" "$srcmods/$a"
|
||||
done < "$srcmods/modules.dep"
|
||||
IFS=$_OLDIFS
|
||||
|
|
Loading…
Reference in New Issue