From: Mateusz Majewski Date: Fri, 28 May 2021 08:29:18 +0000 (+0200) Subject: Use the standard module directory X-Git-Tag: submit/tizen/20210617.094416^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e769d4518f4d0b1b87fb8fbca93d58f5d4a3956f;p=platform%2Fcore%2Fsystem%2Finitrd.git Use the standard module directory This should be the same directory, but /lib/modules is a better-known name. Change-Id: I7bbee8bedfbe44384c0d968e694c9bf6800eb521 --- diff --git a/scripts/init.sh b/scripts/init.sh index a43ff78..82fc178 100755 --- 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