From 316817b5ad98e294a9d2498a4403e82911a75b4a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 22 Jul 2011 16:17:06 +0100 Subject: [PATCH] docs: Document FEBOOTSTRAP_KERNEL, FEBOOTSTRAP_MODULES (RHBZ#671082). --- fish/guestfish.pod | 13 ++++++++++++- src/guestfs.pod | 11 +++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/fish/guestfish.pod b/fish/guestfish.pod index d245672..74d222f 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 command uses C<$EDITOR> as the editor. If not set, it uses C. +=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. This +feature is only available in febootstrap E 3.8. + =item GUESTFISH_DISPLAY_IMAGE The C command uses C<$GUESTFISH_DISPLAY_IMAGE> to @@ -1233,7 +1243,8 @@ L, L, L, L, -L. +L, +L. =head1 AUTHORS diff --git a/src/guestfs.pod b/src/guestfs.pod index 5111033..76570a7 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. This +feature is only available in febootstrap E 3.8. + =item LIBGUESTFS_APPEND Pass additional options to the guest kernel. @@ -3041,6 +3051,7 @@ L, L, L, L, +L, L, L. -- 1.8.3.1