fuse: Add note in test about how to debug guestmount.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 24 Nov 2010 11:17:45 +0000 (11:17 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 24 Nov 2010 11:29:13 +0000 (11:29 +0000)
fuse/test-fuse.sh

index d464f11..15e9631 100755 (executable)
@@ -100,6 +100,8 @@ EOF
 
 stage Mounting the filesystem
 $guestmount -a "$image" -m /dev/sda1 "$mp"
 
 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"
 
 stage Changing into mounted directory
 cd "$mp"