[Pkg-libvirt-commits] [libguestfs] 357/384: docs: You normally need to set SUPERMIN_KERNEL_VERSION as well.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 16:59:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 5a445c2e407c7364ceb81b47c99e56810b9dcc39
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.
---
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 bcd5f20..4d4ed04 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 b6eb8db..20c3544 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 a7e88af..51cd2cd 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 b2e2478..b59801f 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