diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-04-16 07:28:47 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-04-16 08:32:48 +0100 |
commit | 33a2c184e12c0bdbf061a9f36c87d76c28444712 (patch) | |
tree | 0069de7c4662ef6c064d48183fa7baf4350fd3c3 /images/guest-aux/make-debian-img.sh | |
parent | 5790f5bfafb12cc2ed9365461bf66e0fdfde7150 (diff) | |
download | libguestfs-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 'images/guest-aux/make-debian-img.sh')
-rwxr-xr-x | images/guest-aux/make-debian-img.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/guest-aux/make-debian-img.sh b/images/guest-aux/make-debian-img.sh index 2170cecb..9a01e938 100755 --- a/images/guest-aux/make-debian-img.sh +++ b/images/guest-aux/make-debian-img.sh @@ -31,7 +31,7 @@ LABEL=BOOT /boot ext2 default 0 0 EOF # Create a disk image. -../fish/guestfish <<'EOF' +../run ../fish/guestfish <<'EOF' sparse debian.img.tmp 512M run |