Remove virt-v2v. New repo: http://gitorious.org/virt-v2v/
[libguestfs.git] / recipes / show-devices.sh
1 #!/bin/sh -
2
3 guestfish -a "$1" <<EOF
4 run
5 list-devices
6 list-partitions
7 pvs
8 vgs
9 lvs
10 EOF