haltest: Change dmverity command according to the change of dmverity guide 43/259643/1
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 2 Jun 2021 08:01:13 +0000 (17:01 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 10 Jun 2021 10:09:00 +0000 (19:09 +0900)
Change-Id: Ibcd023abdddea80bee7323ac841da1fc9809c570
Reported-by: INSUN PYO <insun.pyo@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
packaging/reboot-haltest

index 622939c..892e331 100644 (file)
@@ -4,7 +4,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
 user=`whoami`
 default=`systemctl get-default`
 dmverity_path="/usr/bin/verityctl"
-dmverity_cmd=`verityctl get-mode root`
+dmverity_cmd=`verityctl get-mode rootfs`
 dmverity_log="dm-verity is disabled (Normal boot)"
 
 if ! [ "$user" = "root" ]