Revert: Adding to mount squashfs for gps tracker image. 23/250823/1 accepted/tizen/unified/20210105.125823 submit/tizen/20210105.050737
authorINSUN PYO <insun.pyo@samsung.com>
Tue, 5 Jan 2021 01:56:02 +0000 (10:56 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Tue, 5 Jan 2021 01:56:02 +0000 (10:56 +0900)
squashfs based usr partition is deprecated since 5.0.

Change-Id: Ie5367bf5f8215259a0ae385a6e047893016f67ee

scripts/init.sh

index e773367..5c25bdb 100755 (executable)
@@ -102,16 +102,6 @@ then
     /sbin/fsck -y $USERFS
 fi
 
-if [ -e /sysroot/opt/sqsh_usr.img ]
-then
-    if [ ! -d /sysroot/usr ]
-    then
-        /bin/mkdir /sysroot/usr
-    fi
-    echo "Mounting Squash FS to /usr..."
-    /bin/mount /sysroot/opt/sqsh_usr.img /sysroot/usr
-fi
-
 if [ x$MODULES != "x" ]
 then
     if [ "$NEED_RESIZEFS" = "1" ]