summaryrefslogtreecommitdiffstats
path: root/fish/guestfish.pod
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-22 16:17:06 +0100
commit316817b5ad98e294a9d2498a4403e82911a75b4a (patch)
treecad49135496cd9ec7a76c6a98ce94cbbab36e9ba /fish/guestfish.pod
parent8386a57458aceb768f0e59aa090a15a544f7466e (diff)
downloadlibguestfs-316817b5ad98e294a9d2498a4403e82911a75b4a.tar.gz
libguestfs-316817b5ad98e294a9d2498a4403e82911a75b4a.tar.xz
libguestfs-316817b5ad98e294a9d2498a4403e82911a75b4a.zip
docs: Document FEBOOTSTRAP_KERNEL, FEBOOTSTRAP_MODULES (RHBZ#671082).
Diffstat (limited to 'fish/guestfish.pod')
-rw-r--r--fish/guestfish.pod13
1 files changed, 12 insertions, 1 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index d2456724..74d222f8 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -1081,6 +1081,16 @@ guestfish returns 0 if the commands completed without error, or
The C<edit> command uses C<$EDITOR> as the editor. If not
set, it uses C<vi>.
+=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 GUESTFISH_DISPLAY_IMAGE
The C<display> command uses C<$GUESTFISH_DISPLAY_IMAGE> to
@@ -1233,7 +1243,8 @@ L<virt-tar-in(1)>,
L<virt-tar-out(1)>,
L<virt-win-reg(1)>,
L<display(1)>,
-L<hexedit(1)>.
+L<hexedit(1)>,
+L<febootstrap-supermin-helper(8)>.
=head1 AUTHORS