Import old talks from 2010 and 2011 (Boston).
[libguestfs-talks.git] / 2010 / 0270-guestmount.sh
1 #!/bin/bash -
2 source functions
3 cd 0270.d
4 add_history fusermount -u mnt
5 add_history guestmount --ro -a disk.img -m /dev/vg_f12x32/lv_root -o nonempty mnt/
6 add_history virt-list-filesystems -al disk.img
7 add_history ls -l
8 terminal --title="Mount disk image locally"