[projects/geninitrd] reset options between modules in modprobe mode
atler
atler at pld-linux.org
Thu Dec 11 01:20:10 CET 2025
commit fe22a39a7d235c81e30109050980eed1460c42c7
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Dec 8 14:44:19 2025 +0100
reset options between modules in modprobe mode
geninitrd | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/geninitrd b/geninitrd
index bc4319f..a1aca85 100755
--- a/geninitrd
+++ b/geninitrd
@@ -829,6 +829,8 @@ modules_add_linuxrc() {
local options
if ! is_yes "$USE_MODPROBE"; then
options=$(modprobe_options "$module")
+ else
+ options=
fi
local genericname=$(echo $module | tr - _)
local usleep=$(eval echo \$MODULE_${genericname}_USLEEP)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/240c5d53e4ad19c147a1871a7ca1a3a38623b39f
More information about the pld-cvs-commit
mailing list