libguestfs-make-fixed-appliance: All supported versions of libguestfs should work.

We're not supporting anything < 1.20 now.
This commit is contained in:
Richard W.M. Jones
2014-02-05 19:39:28 +00:00
parent 758d021b41
commit ed912a54d6

View File

@@ -128,8 +128,8 @@ Then copy all four files:
into a directory somewhere, eg. /usr/local/lib/guestfs/appliance/
Then build libguestfs (>= 1.16.7 or >= 1.18) from source, disabling
the normal appliance and daemon:
Then build libguestfs from source, disabling the normal appliance
and daemon:
./configure --disable-appliance --disable-daemon
make