[Pkg-libvirt-commits] [libguestfs] 57/72: docs: You normally need to set SUPERMIN_KERNEL_VERSION as well.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Apr 5 15:19:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 873297410b7f655d7eb6719e6b1be649069afb21
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Mon Mar 23 12:14:59 2015 +0000
docs: You normally need to set SUPERMIN_KERNEL_VERSION as well.
(cherry picked from commit 5a445c2e407c7364ceb81b47c99e56810b9dcc39)
---
examples/guestfs-faq.pod | 4 ++--
fish/guestfish.pod | 8 +++++---
src/guestfs.pod | 6 ++++--
test-tool/libguestfs-test-tool.pod | 4 ++--
4 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/examples/guestfs-faq.pod b/examples/guestfs-faq.pod
index fdb25f7..abbed04 100644
--- a/examples/guestfs-faq.pod
+++ b/examples/guestfs-faq.pod
@@ -413,8 +413,8 @@ C<localenv> should contain:
#export SUPERMIN=/tmp/supermin/src/supermin
#export LIBGUESTFS_HV=/tmp/qemu/x86_64-softmmu/qemu-system-x86_64
#export SUPERMIN_KERNEL=/tmp/linux/arch/x86/boot/bzImage
- #export SUPERMIN_KERNEL_VERSION=3.XX.0
- #export SUPERMIN_MODULES=/tmp/lib/modules/3.XX.0
+ #export SUPERMIN_KERNEL_VERSION=4.XX.0
+ #export SUPERMIN_MODULES=/tmp/lib/modules/4.XX.0
Uncomment and adjust these lines as required to use the alternate
programs you have compiled.
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index 4de1a10..241d511 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -1513,11 +1513,13 @@ the path of qemu/KVM.
=item SUPERMIN_KERNEL
+=item SUPERMIN_KERNEL_VERSION
+
=item SUPERMIN_MODULES
-These two environment variables allow the kernel that libguestfs uses
-in the appliance to be selected. If C<$SUPERMIN_KERNEL> is not set,
-then the most recent host kernel is chosen. For more information
+These three environment variables allow the kernel that libguestfs
+uses in the appliance to be selected. If C<$SUPERMIN_KERNEL> is not
+set, then the most recent host kernel is chosen. For more information
about kernel selection, see L<supermin(1)>.
=item TMPDIR
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 58f31de..7acd36b 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -4773,10 +4773,12 @@ environment which tends to break everything.
=item SUPERMIN_KERNEL
+=item SUPERMIN_KERNEL_VERSION
+
=item SUPERMIN_MODULES
-These two environment variables allow the kernel that libguestfs uses
-in the appliance to be selected. If C<$SUPERMIN_KERNEL> is not
+These three environment variables allow the kernel that libguestfs
+uses in the appliance to be selected. If C<$SUPERMIN_KERNEL> is not
set, then the most recent host kernel is chosen. For more information
about kernel selection, see L<supermin(1)>.
diff --git a/test-tool/libguestfs-test-tool.pod b/test-tool/libguestfs-test-tool.pod
index a51beeb..6f1773b 100644
--- a/test-tool/libguestfs-test-tool.pod
+++ b/test-tool/libguestfs-test-tool.pod
@@ -80,8 +80,8 @@ libguestfs-test-tool writes a wrapper script for you if one is needed.
=head1 TRYING OUT A DIFFERENT KERNEL
You can tell supermin to try a different kernel. You do this by
-setting the environment variables C<SUPERMIN_KERNEL> and/or
-C<SUPERMIN_MODULES>.
+setting the environment variables C<SUPERMIN_KERNEL>,
+C<SUPERMIN_KERNEL_VERSION> and/or C<SUPERMIN_MODULES>.
Refer to L<supermin(1)/ENVIRONMENT VARIABLES> for further information.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list