Version 1.11.17.
[libguestfs.git] / README
diff --git a/README b/README
index 4ba19bc..787ec32 100644 (file)
--- a/README
+++ b/README
@@ -1,51 +1,67 @@
-Libguestfs is a library for accessing and modifying guest disk images.
-Amongst the things this is good for: making batch configuration
-changes to guests, getting disk used/free statistics (see also:
-virt-df), migrating between virtualization systems (see also:
-virt-p2v), performing partial backups, performing partial guest
-clones, cloning guests and changing registry/UUID/hostname info, and
-much else besides.
-
-Libguestfs uses Linux kernel and qemu code, and can access any type of
-guest filesystem that Linux and qemu can, including but not limited
-to: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partition
-schemes, qcow, qcow2, vmdk.
-
-Libguestfs provides ways to enumerate guest storage (eg. partitions,
-LVs, what filesystem is in each LV, etc.).  It can also run commands
-in the context of the guest.  Also you can access filesystems over
-FUSE.
-
-Libguestfs is a library that can be linked with C and C++ management
-programs (or management programs written in OCaml, Perl, Python, Ruby,
-Java, PHP, Haskell or C#).  You can also use it from shell scripts or the
-command line.
-
-Libguestfs was written by Richard W.M. Jones (rjones@redhat.com) and
-hacked on by lots of other people.  For discussion, development,
-patches, etc. please use the mailing list:
+Libguestfs is tools and a library for accessing and modifying guest
+disk images.  For more information see the home page:
+
+  http://libguestfs.org/
+
+For discussion, development, patches, etc. please use the mailing
+list:
 
   http://www.redhat.com/mailman/listinfo/libguestfs
 
 
-Home page
+Requirements
 ----------------------------------------------------------------------
 
-  http://libguestfs.org/
+Running ./configure will check you have all the requirements installed
+on your machine.
 
+Fedora/RHEL users:
 
-Requirements
-----------------------------------------------------------------------
+  A useful tip is to run:
+
+    yum-builddep libguestfs
+
+  which will install all build dependencies automatically.  If that is
+  successful, you don't need to bother with the rest of this section.
+
+Debian/Ubuntu users:
+
+  Take a look at the debian/control file and install everything listed
+  in "Build-Depends".  If that is successful, you don't need to bother
+  with the rest of this section.
+
+The full requirements are described below.
+
+For basic functionality and the C tools:
 
-- recent QEMU >= 0.12 with virtio-serial support
+- look at appliance/packagelist.in and install as many of the packages
+  that apply to your distro as possible
 
-- febootstrap >= 3.0 (recommended >= 3.3)
-     *NB*: febootstrap 2.x WILL NOT WORK
-           febootstrap 3.x is distro-independent, and is required on
-             Debian and other distros too
+- recent QEMU >= 0.13 (0.14 or later is better) with virtio-serial support
+
+- kernel >= 2.6.34 with virtio-serial support enabled.
+
+- virtio-block and virtio-net drivers should be compiled into your
+  host kernel (strictly speaking this is optional, but you will have
+  to make complex changes to the ./configure command line to get it
+  to work if you don't have virtio)
+
+- febootstrap >= 3.3 (it is best to use the latest version)
+
+  Notes: (1) febootstrap 2.x WILL NOT WORK
+         (2) febootstrap 3.x is distro-independent, and is required on
+             Debian and other distros as well as Fedora
 
 - XDR, rpcgen (on Linux these are provided by glibc)
 
+- cpio
+
+- gperf
+
+- genisoimage (NOT mkisofs any more)
+
+- hivex >= 1.2.7 (http://libguestfs.org/download) (optional)
+
 - pcre (Perl Compatible Regular Expressions C library) (optional)
 
 - libmagic (the library that corresponds to the 'file' command) (optional)
@@ -54,62 +70,66 @@ Requirements
 
 - libxml2 (optional)
 
-- Augeas (http://augeas.net/) (optional)
+- libconfig (optional)
 
-- gperf
+- augeas >= 0.5.0 (http://augeas.net/) (optional)
 
-- squashfs-tools (mksquashfs only)
+- Berkeley DB 'db_dump' and 'db_load' utilities
+  (db4-utils or db4.X-util or similar) (optional)
 
-- genisoimage / mkisofs
+- perldoc (pod2man, pod2text, pod2html) to generate the manual pages
+  and other documentation.
 
-- hivex >= 1.2.1 (http://libguestfs.org/download)
+- Readline to have nicer command-line editing in guestfish (optional)
 
-- (Optional) Berkeley DB 'db_dump' and 'db_load' utilities
-  (db4-utils or db4.X-util or similar)
+- xmllint (part of libxml2) to validate virt-inspector
+  RELAX NG schema (optional)
 
-- (Optional) FUSE to build the FUSE module
+- OCaml if you want to rebuild the generated files, and
+  also to build the OCaml bindings (optional)
 
-- perldoc (pod2man, pod2text, pod2html) to generate the manual pages
-  and other documentation.
+- po4a for translating manpages and POD files.
+  This is optional when compiling from the tarball, but mandatory
+  if you compile from git.
 
-- (Optional) Readline to have nicer command-line editing in guestfish.
+- getfacl, getfattr libraries and programs (optional)
 
-- (Optional) xmllint to validate virt-inspector RELAX NG schema
+To build FUSE support (guestmount):
 
-- (Optional) OCaml if you want to rebuild the generated files, and
-  also to build the OCaml bindings
+- FUSE libraries and kernel module (optional)
 
-- (Optional) local Fedora mirror
+To build virt-resize:
 
-- (Optional) Perl if you want to build the perl bindings
+- OCaml PCRE bindings (ocaml-pcre) (optional)
 
-- (Optional) Python if you want to build the python bindings
+To build language bindings:
 
-- (Optional) Ruby, rake if you want to build the ruby bindings
+- Perl if you want to build the perl bindings (optional)
 
-- (Optional) Java, JNI, jpackage-utils if you want to build the java
-bindings
+- Python if you want to build the python bindings (optional)
 
-- (Optional) GHC if you want to build the Haskell bindings
+- Ruby, rake if you want to build the ruby bindings (optional)
 
-- (Optional) Perl Sys::Virt module.
+- Java, JNI, jpackage-utils if you want to build the java
+  bindings (optional)
 
-- (Optional) Perl Win::Hivex module.
+- GHC if you want to build the Haskell bindings (optional)
 
-- (Optional) Perl Pod::Usage module.
+- PHP, phpize if you want to build the PHP bindings (optional)
 
-- (Optional) Perl Test::More module (from perl Test::Simple).
+To build the Perl tools:
 
-- (Optional) Perl String::ShellQuote module.
+- Perl Sys::Virt module (optional)
 
-- (Optional, but highly recommended) perl-libintl for translating perl code.
+- Perl Win::Hivex module (optional)
 
-- (Optional) po4a for translating manpages and POD files.
+- Perl Pod::Usage module (optional)
 
-- (Optional) PHP, phpize if you want to build the PHP bindings
+- Perl Test::More module (from perl Test::Simple) (optional)
 
-Running ./configure will check you have all the requirements installed
-on your machine.
+- Perl String::ShellQuote module (optional)
+
+- perl-libintl for translating perl code (optional)
 
 
 Building
@@ -117,13 +137,9 @@ Building
 
 Then make the daemon, library and root filesystem:
 
-  ./configure [--with-mirror=URI]
+  ./configure
   make
 
-Use the optional --with-mirror parameter to specify the URI of a local
-Fedora mirror.  See the discussion of the MIRROR parameter in the
-febootstrap(8) manpage.
-
 Finally run the tests:
 
   make check
@@ -133,6 +149,36 @@ this command as root:
 
   make install
 
+You can run guestfish, guestmount and the virt tools without needing
+to install, using the "run" script in the top directory.  This script
+sets up some environment variables.  For example:
+
+  ./run ./fish/guestfish [usual guestfish args ...]
+
+  ./run ./inspector/virt-inspector [usual virt-inspector args ...]
+
+If you are already in the fish/ subdirectory, then the following
+command will also work:
+
+  ../run ./guestfish [...]
+
+You can also make a symlink (note: NOT a hard link) from your $PATH to
+the run script, eg:
+
+  cd ~/bin
+  ln -s ~/libguestfs/run libguestfs-run
+  cd ~/libguestfs
+  libguestfs-run ./inspector/virt-inspector [...]
+
+You can also run the C programs under valgrind like this:
+
+  ./run valgrind [valgrind opts...] ./cat/virt-cat [virt-cat opts...]
+
+This also works with sudo (eg. if you need root access for libvirt or
+to access a block device):
+
+  sudo ./run ./cat/virt-cat -d LinuxGuest /etc/passwd
+
 
 qemu
 ----------------------------------------------------------------------
@@ -169,43 +215,11 @@ On some systems, the chmod will not survive a reboot, and you will
 need to make edits to the udev configuration.
 
 
-vmchannel
-----------------------------------------------------------------------
-
-Previous versions of libguestfs required something called "vmchannel".
-Vmchannel is a special device given to virtual machines which allows
-them to communicate in some way with the host, often (but not always)
-without using a traditional network device.  In reality, there is no
-one thing called "vmchannel".  This idea has been reimplemented
-several times under the name vmchannel, and other hypervisors have
-their own incompatible implementation(s) too.
-
-In libguestfs <= 1.0.71, we required a specific vmchannel which is
-properly known as "guestfwd" and has been upstream in qemu since here:
-
-  http://lists.gnu.org/archive/html/qemu-devel/2009-02/msg01042.html
-
-In libguestfs >= 1.0.71 we don't require any vmchannel implementation,
-as long as qemu has been compiled with support for SLIRP (user mode
-networking, or "-net user"), which is almost always the case.
-
-In libguestfs >= 1.5.4 we switched again to using qemu's virtio-serial
-and removed all the other vmchannels and the SLIRP channel.
-
-
-Supermin appliance
-----------------------------------------------------------------------
-
-In libguestfs >= 1.7.19 the supermin appliance is the default and only
-supported form of appliance.  For more information see febootstrap
-(http://people.redhat.com/~rjones/febootstrap/).
-
-
 Mirroring tip
 ----------------------------------------------------------------------
 
 On my machines I can usually rebuild the appliance in around 3
-minutes.  If it takes much longer for you, use a local Fedora mirror
+minutes.  If it takes much longer for you, use a local distro mirror
 or squid.
 
 To use squid to cache yum downloads, read this first:
@@ -236,7 +250,7 @@ appliance.  You will need to port the febootstrap first
 Copyright and license information
 ----------------------------------------------------------------------
 
-Copyright (C) 2009-2010 Red Hat Inc.
+Copyright (C) 2009-2011 Red Hat Inc.
 
 The library is distributed under the LGPLv2+.  The programs are
 distributed under the GPLv2+.  Please see the files COPYING and