Enable dmverity 67/239967/2 accepted/tizen/unified/20200804.142351 submit/tizen/20200804.040003
authorINSUN PYO <insun.pyo@samsung.com>
Fri, 31 Jul 2020 05:48:00 +0000 (14:48 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Tue, 4 Aug 2020 03:54:07 +0000 (03:54 +0000)
Change-Id: Ib83af50f2b1b7788f8aec6d51bb8c880a4b664ea

data/initrd-file-dmverity.list
scripts/init.sh

index 8123a74ea26788d45ba78f0721c390f099738937..2de91adcde203f672d7673ecfb0273f6c14fc2bb 100644 (file)
@@ -2,7 +2,6 @@ PROGS="
 /bin/dd
 /bin/gawk
 /bin/grep
-/bin/false
 /bin/lsblk
 /sbin/tune2fs
 /sbin/dmsetup
index a7c8e229c28b17b3d297ce069e4e29673d83baca..34be6961f00a9d03e181a3b2441563e4b5fe355b 100755 (executable)
@@ -66,9 +66,7 @@ then
                        /sbin/btrfs balance start -v -f -mconvert=single /sysroot
                fi
        else
-# Temporarily disable dm-verity until test-hub is applied
-#              /usr/bin/verityctl create root $ROOTFS
-               /bin/false
+               /usr/bin/verityctl create root $ROOTFS
                if [ $? != 0 ]
                then
                        if [ "$NEED_RESIZEFS" = "1" ]