From d0d372ad78ef9bf8640e4e8fc1e9e8cbe2e3c1f7 Mon Sep 17 00:00:00 2001 From: Devananda van der Veen Date: Tue, 20 Nov 2012 05:21:53 -0800 Subject: [PATCH] mount_qcow_image should mount p1 --- lib/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common-functions b/lib/common-functions index 29dd25fd..5ba7560a 100644 --- a/lib/common-functions +++ b/lib/common-functions @@ -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 }