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:
4f148ef
)
Fix to find module_a or module_b instead of modules_a or modules_b
80/277580/1
accepted/tizen/unified/20220713.144341
submit/tizen/20220713.061815
author
SangYoun Kwak
<sy.kwak@samsung.com>
Fri, 8 Jul 2022 11:12:49 +0000
(20:12 +0900)
committer
SangYoun Kwak
<sy.kwak@samsung.com>
Fri, 8 Jul 2022 11:12:49 +0000
(20:12 +0900)
Change-Id: I571c5e089f05400b3ca23201e6ec4fb7d23b434c
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
scripts/init.sh
patch
|
blob
|
history
diff --git
a/scripts/init.sh
b/scripts/init.sh
index 3437ea662b6cfa6b5b22d3722c5eefed19a16dd0..e1b419028e76891c1cd747c86a5885270c6f6c36 100755
(executable)
--- a/
scripts/init.sh
+++ b/
scripts/init.sh
@@
-77,7
+77,7
@@
function find_partitions()
USERFS=`get_blk_dev_path "LABEL=\"contain-user\""`
fi
- MODULES=`get_blk_dev_path "PARTLABEL=\"module
s
${P_SUFFIX}\""`
+ MODULES=`get_blk_dev_path "PARTLABEL=\"module${P_SUFFIX}\""`
if [ x$MODULES = "x" ]
then
MODULES=`get_blk_dev_path "LABEL=\"modules\""`