docs: Remove some rogue references to 'febootstrap'.

This commit is contained in:
Richard W.M. Jones
2015-03-23 12:12:23 +00:00
parent 5ac87b975f
commit 762c0bdab9
5 changed files with 7 additions and 26 deletions

4
README
View File

@@ -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

View File

@@ -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

View File

@@ -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;
}

View File

@@ -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

View File

@@ -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.