Skip to content

Commit 9aa8431

Browse files
committed
Add fdisk to the reporting script
1 parent 3df01ea commit 9aa8431

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/report.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ else
166166
echo "The command \"docker\" was not found."
167167
fi
168168

169+
report_command sudo fdisk -l
170+
169171
if command -v lshw &> /dev/null; then
170172
# shellcheck disable=SC2024
171173
sudo lshw -html > "${DIR}/lshw.html"

0 commit comments

Comments
 (0)