summaryrefslogtreecommitdiffstats
path: root/recipes/show-devices.sh
blob: 6fd2b75bcbcc4ad5a9b23ab2583bd3bdf198256f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -

guestfish -a "$1" <<EOF
run
list-devices
list-partitions
pvs
vgs
lvs
EOF