diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-03-19 18:41:23 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-03-21 11:36:46 +0000 |
commit | 5bae163aa784687f6cd96d0c61ad9c8facd1f1d5 (patch) | |
tree | 62316bee1140add60ed2c0259f13cc4ceae5beb3 /src | |
parent | f12fe37e0f76552ebfe547eb69f4fdd2282767c4 (diff) | |
download | libguestfs-5bae163aa784687f6cd96d0c61ad9c8facd1f1d5.tar.gz libguestfs-5bae163aa784687f6cd96d0c61ad9c8facd1f1d5.tar.xz libguestfs-5bae163aa784687f6cd96d0c61ad9c8facd1f1d5.zip |
guestfs(3): 'kernel' -> 'supermin appliance'.
(cherry picked from commit 1541f3a564f8ff14c1a63298120e4dc618ea3274)
Diffstat (limited to 'src')
-rw-r--r-- | src/guestfs.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod index cd3e87ac..d9838cf9 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -912,8 +912,8 @@ architecture for multithreaded programs using libvirt and libguestfs. =head2 PATH -Libguestfs needs a kernel and initrd.img, which it finds by looking -along an internal path. +Libguestfs needs a supermin appliance, which it finds by looking along +an internal path. By default it looks for these in the directory C<$libdir/guestfs> (eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>). @@ -2457,8 +2457,8 @@ example: =item LIBGUESTFS_PATH -Set the path that libguestfs uses to search for kernel and initrd.img. -See the discussion of paths in section PATH above. +Set the path that libguestfs uses to search for a supermin appliance. +See the discussion of paths in section L</PATH> above. =item LIBGUESTFS_QEMU |