Skip to content

Commit ae025d3

Browse files
authored
🌱 Better usage message for detect-linux-on-another-disk.sh (#1446)
Fixes #1216
1 parent d82440c commit ae025d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/services/baremetal/client/ssh/detect-linux-on-another-disk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function usage() {
2727
echo " Exit 1: There is a Linux on a different disk.".
2828
echo " Exit 3: Unexpected error."
2929
echo "Existing WWNs:"
30-
lsblk -oNAME,WWN | grep -vi loop || true
30+
lsblk -oNAME,WWN,SIZE,MOUNTPOINTS | grep -vi loop || true
3131
}
3232

3333
if [ $# -eq 0 ]; then

0 commit comments

Comments
 (0)