summaryrefslogtreecommitdiff
path: root/utility/dev_debug_vboot
diff options
context:
space:
mode:
Diffstat (limited to 'utility/dev_debug_vboot')
-rwxr-xr-xutility/dev_debug_vboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/dev_debug_vboot b/utility/dev_debug_vboot
index 890bfe1f..51ca8c53 100755
--- a/utility/dev_debug_vboot
+++ b/utility/dev_debug_vboot
@@ -274,7 +274,7 @@ log crossystem --all
log rootdev -s
log ls -aCF /root
log ls -aCF /mnt/stateful_partition
-devs=$(awk '/(mmcblk[0-9])$|(sd[a-z])$/ {print "/dev/"$4}' /proc/partitions)
+devs=$(awk '/(mmcblk[0-9])$|(sd[a-z])$|(nvme[0-9]+n[0-9]+)$/ {print "/dev/"$4}' /proc/partitions)
for d in $devs; do
log cgpt show $d
done