[Pkg-libvirt-commits] [libguestfs] 356/384: docs: Remove some rogue references to 'febootstrap'.
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 762c0bdab914964515b0e11605e28c690c664b0a
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Mon Mar 23 12:12:23 2015 +0000
docs: Remove some rogue references to 'febootstrap'.
---
README | 4 ++--
fish/guestfish.pod | 10 +---------
podwrapper.pl.in | 1 -
src/guestfs.pod | 10 +---------
test-tool/libguestfs-test-tool.pod | 8 +++-----
5 files changed, 7 insertions(+), 26 deletions(-)
diff --git a/README b/README
index e05eeaf..ec08c01 100644
--- a/README
+++ b/README
@@ -387,8 +387,8 @@ distributions. Non-Linux ports are trickier, but we will accept
patches if they aren't too invasive.
The main porting issues are with the dependencies needed to build the
-appliance. You will need to port febootstrap first
-(http://people.redhat.com/~rjones/febootstrap/).
+appliance. You will need to port supermin first
+(http://people.redhat.com/~rjones/supermin/).
Note on using clang (from LLVM) instead of GCC
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index 9d3cbc9..b6eb8db 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -1391,13 +1391,6 @@ 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
-
-When using supermin E<ge> 4.1.0, these have been renamed
-L</SUPERMIN_KERNEL> and L</SUPERMIN_MODULES>.
-
=item GUESTFISH_DISPLAY_IMAGE
The C<display> command uses C<$GUESTFISH_DISPLAY_IMAGE> to
@@ -1525,8 +1518,7 @@ the path of qemu/KVM.
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
-about kernel selection, see L<supermin(1)>. This feature is only
-available in supermin / febootstrap E<ge> 3.8.
+about kernel selection, see L<supermin(1)>.
=item TMPDIR
diff --git a/podwrapper.pl.in b/podwrapper.pl.in
index 60c8a38..0bb7b28 100755
--- a/podwrapper.pl.in
+++ b/podwrapper.pl.in
@@ -468,7 +468,6 @@ SUBHTML: {
return 1 if /^guestmount/;
return 1 if /^guestunmount/;
return 1 if /^hivex/;
- return 1 if /^febootstrap/;
return 1 if /^supermin/;
return 0;
}
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 377db21..a7e88af 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -4690,13 +4690,6 @@ be reached in practice. See the source code for more information.
=over 4
-=item FEBOOTSTRAP_KERNEL
-
-=item FEBOOTSTRAP_MODULES
-
-When using supermin E<ge> 4.1.0, these have been renamed
-L</SUPERMIN_KERNEL> and L</SUPERMIN_MODULES>.
-
=item LIBGUESTFS_APPEND
Pass additional options to the guest kernel.
@@ -4785,8 +4778,7 @@ environment which tends to break everything.
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
-about kernel selection, see L<supermin(1)>. This
-feature is only available in supermin / febootstrap E<ge> 3.8.
+about kernel selection, see L<supermin(1)>.
=item TMPDIR
diff --git a/test-tool/libguestfs-test-tool.pod b/test-tool/libguestfs-test-tool.pod
index c4be786..b2e2478 100644
--- a/test-tool/libguestfs-test-tool.pod
+++ b/test-tool/libguestfs-test-tool.pod
@@ -79,11 +79,9 @@ libguestfs-test-tool writes a wrapper script for you if one is needed.
=head1 TRYING OUT A DIFFERENT KERNEL
-If you are using supermin / febootstrap E<ge> 3.8 then you can select
-which kernel libguestfs tries. You do this by setting the environment
-variables C<SUPERMIN_KERNEL> and/or C<SUPERMIN_MODULES>
-(C<FEBOOTSTRAP_KERNEL> and C<FEBOOTSTRAP_MODULES> if still using the
-old febootstrap 3.21 program).
+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>.
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