[Pkg-libvirt-commits] [libguestfs] 56/72: docs: Remove some rogue references to 'febootstrap'.

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 30c7c86371e28a255cdb8ec3ee1554ecfe522385
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'.
    
    (cherry picked from commit 762c0bdab914964515b0e11605e28c690c664b0a)
---
 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 5f42a22..b087164 100644
--- a/README
+++ b/README
@@ -379,8 +379,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 12bf243..4de1a10 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 c2894da..345a3ff 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 775e1f3..58f31de 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 116730c..a51beeb 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