summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-07-22 16:17:06 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-07-26 15:47:49 +0100
commit8076a345b2ff6e327bf06eee6166af4096ad1418 (patch)
tree845fceb8378b267436b1997fdddec26b668f3724 /src
parent5b1bc9a32e2217c357eb964a17c56b4e5d25f40b (diff)
downloadlibguestfs-8076a345b2ff6e327bf06eee6166af4096ad1418.tar.gz
libguestfs-8076a345b2ff6e327bf06eee6166af4096ad1418.tar.xz
libguestfs-8076a345b2ff6e327bf06eee6166af4096ad1418.zip
docs: Document FEBOOTSTRAP_KERNEL, FEBOOTSTRAP_MODULES (RHBZ#671082).
(cherry picked from commit 316817b5ad98e294a9d2498a4403e82911a75b4a)
Diffstat (limited to 'src')
-rw-r--r--src/guestfs.pod11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 5111033b..76570a71 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -2966,6 +2966,16 @@ be reached in practice. See the source code for more information.
=over 4
+=item FEBOOTSTRAP_KERNEL
+
+=item FEBOOTSTRAP_MODULES
+
+These two environment variables allow the kernel that libguestfs uses
+in the appliance to be selected. If C<$FEBOOTSTRAP_KERNEL> is not
+set, then the most recent host kernel is chosen. For more information
+about kernel selection, see L<febootstrap-supermin-helper(8)>. This
+feature is only available in febootstrap E<ge> 3.8.
+
=item LIBGUESTFS_APPEND
Pass additional options to the guest kernel.
@@ -3041,6 +3051,7 @@ L<virt-tar-out(1)>,
L<virt-win-reg(1)>,
L<qemu(1)>,
L<febootstrap(1)>,
+L<febootstrap-supermin-helper(8)>,
L<hivex(3)>,
L<http://libguestfs.org/>.