Change download_to_tmp so it can work with multi-root operating systems.
[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