All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dracut-functions: fixed ignoring additional modules when -m specified
@ 2010-07-26 18:28 Amadeusz Żołnowski
  0 siblings, 0 replies; only message in thread
From: Amadeusz Żołnowski @ 2010-07-26 18:28 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]


---
 dracut-functions |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dracut-functions b/dracut-functions
index 05e5c5b..9ead6b3 100755
--- a/dracut-functions
+++ b/dracut-functions
@@ -550,7 +550,7 @@ check_modules() {
 	# This should never happen, but...
 	[[ -d $moddir ]] || continue
 	[[ $dracutmodules != all ]] && ! strstr "$dracutmodules" "$mod" && \
-	    continue
+	    ! strstr "$add_dracutmodules" "$mod" && continue
 	strstr "$omit_dracutmodules" "$mod" && continue
 	if ! strstr "$add_dracutmodules" "$mod"; then
 	    should_source_module "$moddir" || continue
-- 
1.7.1.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-26 18:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26 18:28 [PATCH] dracut-functions: fixed ignoring additional modules when -m specified Amadeusz Żołnowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.