projects
/
platform
/
core
/
system
/
initrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad0f06b
)
Specify modprobe.d path for modprobe options
95/270195/1
accepted/tizen/unified/20220128.144347
accepted/tizen/unified/20220128.144534
submit/tizen/20220126.094057
submit/tizen/20220127.011830
author
Hyotaek Shim
<hyotaek.shim@samsung.com>
Wed, 26 Jan 2022 09:15:18 +0000
(18:15 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Wed, 26 Jan 2022 09:15:18 +0000
(18:15 +0900)
Change-Id: Iea413eba3a6d9c433b652f5f7af6e0e2f40bddd6
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
scripts/init.sh
patch
|
blob
|
history
diff --git
a/scripts/init.sh
b/scripts/init.sh
index 7c52b34efe26b40c444f85b82f309107be2e97de..52907fd3f3db3d859bc09ea55592ebf232a69c7b 100755
(executable)
--- a/
scripts/init.sh
+++ b/
scripts/init.sh
@@
-310,7
+310,7
@@
function load_kernel_modules
if [ "${module:0:1}" = "#" ]; then continue; fi # skip # commented line
echo "Loading module: $module"
- /sbin/modprobe --dirname=$ROOTFS_MNT $module &
+ /sbin/modprobe --dirname=$ROOTFS_MNT
--config=${ROOTFS_MNT}/lib/modules/modprobe.d
$module &
done < $conf
done