git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
951ea0e
)
fuse: Add note in test about how to debug guestmount.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 24 Nov 2010 11:17:45 +0000
(11:17 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 24 Nov 2010 11:29:13 +0000
(11:29 +0000)
fuse/test-fuse.sh
patch
|
blob
|
history
diff --git
a/fuse/test-fuse.sh
b/fuse/test-fuse.sh
index
d464f11
..
15e9631
100755
(executable)
--- a/
fuse/test-fuse.sh
+++ b/
fuse/test-fuse.sh
@@
-100,6
+100,8
@@
EOF
stage Mounting the filesystem
$guestmount -a "$image" -m /dev/sda1 "$mp"
+# To debug guestmount, add this to the end of the preceding command:
+# -v -x & sleep 60
stage Changing into mounted directory
cd "$mp"