From 4ced43fa876d0c0c6f3d72cba55bffeb9e7bc131 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Wed, 2 Jun 2021 17:01:13 +0900 Subject: [PATCH] haltest: Change dmverity command according to the change of dmverity guide Change-Id: Ibcd023abdddea80bee7323ac841da1fc9809c570 Reported-by: INSUN PYO Signed-off-by: Chanwoo Choi --- packaging/reboot-haltest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/reboot-haltest b/packaging/reboot-haltest index 622939c..892e331 100644 --- a/packaging/reboot-haltest +++ b/packaging/reboot-haltest @@ -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" ] -- 2.7.4