summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-04-16 07:28:47 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-04-16 08:32:48 +0100
commit33a2c184e12c0bdbf061a9f36c87d76c28444712 (patch)
tree0069de7c4662ef6c064d48183fa7baf4350fd3c3 /contrib
parent5790f5bfafb12cc2ed9365461bf66e0fdfde7150 (diff)
downloadlibguestfs-33a2c184e12c0bdbf061a9f36c87d76c28444712.tar.gz
libguestfs-33a2c184e12c0bdbf061a9f36c87d76c28444712.tar.xz
libguestfs-33a2c184e12c0bdbf061a9f36c87d76c28444712.zip
Remove local LIBGUESTFS_PATH detection from guestfish and guestmount.
Remove the hack that let you run ./fish/guestfish or ./fuse/guestmount. You now have to do: ./run ./fish/guestfish or ./run ./fuse/guestmount to run these programs without installing.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/guestfsd-in-wine.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/guestfsd-in-wine.sh b/contrib/guestfsd-in-wine.sh
index 85146eb2..bc9d87b6 100755
--- a/contrib/guestfsd-in-wine.sh
+++ b/contrib/guestfsd-in-wine.sh
@@ -60,11 +60,7 @@ guestfsd=daemon/guestfsd.exe
#
# For example from the top build directory:
#
-# LIBGUESTFS_QEMU=contrib/guestfsd-in-wine.sh fish/guestfish
-#
-# You might also need to set the environment variable LIBGUESTFS_PATH
-# to point to an appliance. The appliance will never be used, but
-# libguestfs needs to find one.
+# LIBGUESTFS_QEMU=contrib/guestfsd-in-wine.sh ./run ./fish/guestfish
#
# Another suggested environment variable is LIBGUESTFS_DEBUG=1 which
# will give you must more detail about what is going on. Also look at