summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/show/disk/node.tag/format/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/disk/node.tag/format/node.def b/templates/show/disk/node.tag/format/node.def
index ef65197..ad87cfc 100644
--- a/templates/show/disk/node.tag/format/node.def
+++ b/templates/show/disk/node.tag/format/node.def
@@ -4,4 +4,4 @@ run: disk_dev="/dev/$3"
then echo "$3 is not a disk device"
exit 1
fi
- /sbin/fdisk -l "$disk_dev"
+ sudo /sbin/fdisk -l "$disk_dev"