summaryrefslogtreecommitdiff
path: root/src/partvi
diff options
context:
space:
mode:
Diffstat (limited to 'src/partvi')
-rwxr-xr-xsrc/partvi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partvi b/src/partvi
index 29ff414..849a300 100755
--- a/src/partvi
+++ b/src/partvi
@@ -130,7 +130,7 @@ iterate_partitions()
130 130
131 require_var type 131 require_var type
132 case "$type" in 132 case "$type" in
133 dm-verity-hashes|dm-verity-data) 133 dm-verity-hashes|dm-verity-data)
134 require_var data_path 134 require_var data_path
135 [ ! "$SKIP_ROOTFS_COPY" ] || continue 135 [ ! "$SKIP_ROOTFS_COPY" ] || continue
136 ;; 136 ;;