mount_qcow_image should mount p1

This commit is contained in:
Devananda van der Veen 2012-11-20 05:21:53 -08:00
parent e3551c752f
commit d0d372ad78

View File

@ -105,5 +105,5 @@ function mount_qcow_image() {
WORK_DIR=$(mktemp -d)
map_nbd $1
sudo mount $NBD_DEV $WORK_DIR
sudo mount ${NBD_DEV}p1 $WORK_DIR
}