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:
54b1787
)
Use the standard module directory
60/258960/3
submit/tizen/20210617.094416
author
Mateusz Majewski
<m.majewski2@samsung.com>
Fri, 28 May 2021 08:29:18 +0000
(10:29 +0200)
committer
INSUN PYO
<insun.pyo@samsung.com>
Wed, 16 Jun 2021 06:13:44 +0000
(06:13 +0000)
This should be the same directory, but /lib/modules is a better-known
name.
Change-Id: I7bbee8bedfbe44384c0d968e694c9bf6800eb521
scripts/init.sh
patch
|
blob
|
history
diff --git
a/scripts/init.sh
b/scripts/init.sh
index a43ff785be5df7d9c582def2bb0a39289e4d6b6e..82fc1782bc465d4c0d33554756d4045b4cab1af2 100755
(executable)
--- a/
scripts/init.sh
+++ b/
scripts/init.sh
@@
-59,7
+59,7
@@
function check_flags()
ROOTFS_MNT="/"
fi
DATAFS_MNT=${ROOTFS_MNT}/opt
- MODULES_MNT=${ROOTFS_MNT}/
usr/
lib/modules
+ MODULES_MNT=${ROOTFS_MNT}/lib/modules
if [ x"$DATAFS" != "x" ]
then