X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=b21b50d8c51d76d89893b250603e65792ea9e46b;hb=b1f139b00447a99e84b6801154371ba7cc094ede;hp=f37102f9b9c693ccb2294aaa846bcdc84a6610d1;hpb=b07102fda0034da5840a9f33bd6d404a195b8cc9;p=guestfs-browser.git diff --git a/README b/README index f37102f..b21b50d 100644 --- a/README +++ b/README @@ -12,14 +12,16 @@ script and it will tell you what's missing). We strongly suggest you run the program like this: - ./guestfs-browser [--verbose] [--write] --connect qemu:///system + guestfs-browser [--verbose] [--write] --connect qemu:///system or: - ./guestfs-browser [--verbose] [--write] disk.img + guestfs-browser [--verbose] [--write] disk.img --verbose enables debug level messages and is recommended. ---write enables writes to the filesystems and is *not* recommended. +--write enables writes to the filesystems and is *not* recommended for +casual users. ---connect tells the program which libvirt to connect to, and is -required at the moment if you want to use libvirt, because we have not -yet implemented the associated menu options. +--connect tells the program which libvirt URI to connect to. + +Note that libguestfs cannot access remote storage, so accessing a +remote libvirt URI will usually not work.