mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
v2v: update documentation on nbdkit (RHBZ#1605242)
nbdkit >= 1.6 ships a VDDK plugin always built, so recommend that
version instead of recommending to build nbdkit from sources.
(cherry picked from commit 0704d8eb0b)
This commit is contained in:
@@ -1657,32 +1657,8 @@ library is permitted by the license.
|
||||
|
||||
=item 2.
|
||||
|
||||
You must also compile nbdkit, enabling the VDDK plugin. nbdkit E<ge>
|
||||
1.1.25 is recommended, but it is usually best to compile from the git
|
||||
tree.
|
||||
|
||||
=over 4
|
||||
|
||||
=item *
|
||||
|
||||
L<https://github.com/libguestfs/nbdkit>
|
||||
|
||||
=item *
|
||||
|
||||
L<https://github.com/libguestfs/nbdkit/tree/master/plugins/vddk>
|
||||
|
||||
=back
|
||||
|
||||
Compile nbdkit as described in the sources (see link above).
|
||||
|
||||
You do B<not> need to run C<make install> because you can run nbdkit
|
||||
from its source directory. The source directory has a shell script
|
||||
called F<nbdkit> which runs the locally built copy of nbdkit and its
|
||||
plugins. So set C<$PATH> to point to the nbdkit top build directory
|
||||
(that is, the directory containing the shell script called F<nbdkit>),
|
||||
eg:
|
||||
|
||||
export PATH=/path/to/nbdkit-1.1.x:$PATH
|
||||
nbdkit E<ge> 1.6 is recommended, as it ships with the VDDK plugin
|
||||
enabled unconditionally.
|
||||
|
||||
=item 3.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user