From b14879d3b2d309d9811153cc2d84e814a2935e7b Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Tue, 5 Jan 2021 10:56:02 +0900 Subject: [PATCH] Revert: Adding to mount squashfs for gps tracker image. squashfs based usr partition is deprecated since 5.0. Change-Id: Ie5367bf5f8215259a0ae385a6e047893016f67ee --- scripts/init.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/init.sh b/scripts/init.sh index e773367..5c25bdb 100755 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -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" ] -- 2.7.4