Fix the description.

It was hard to read and actually contained several mistakes.
This commit is contained in:
Richard W.M. Jones 2014-04-15 14:10:36 +01:00
parent c7cac61dee
commit dc1256ca67

View File

@ -169,60 +169,53 @@ Conflicts: libguestfs-winsupport
%description %description
Libguestfs is a library for accessing and modifying guest disk images. Libguestfs is a library for accessing and modifying virtual machine
Amongst the things this is good for: making batch configuration disk images. http://libguestfs.org
changes to guests, getting disk used/free statistics (see also:
virt-df), migrating between virtualization systems (see also: It can be used to make batch configuration changes to guests, get
virt-p2v), performing partial backups, performing partial guest disk used/free statistics (virt-df), migrate between hypervisors
clones, cloning guests and changing registry/UUID/hostname info, and (virt-p2v, virt-v2v), perform backups and guest clones, change
much else besides. registry/UUID/hostname info, build guests from scratch (virt-builder)
and much more.
Libguestfs uses Linux kernel and qemu code, and can access any type of Libguestfs uses Linux kernel and qemu code, and can access any type of
guest filesystem that Linux and qemu can, including but not limited guest filesystem that Linux and qemu can, including but not limited
to: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partition to: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partition
schemes, qcow, qcow2, vmdk. schemes, qcow, qcow2, vmdk.
Libguestfs provides ways to enumerate guest storage (eg. partitions, Libguestfs for Fedora is split into several subpackages. The basic
LVs, what filesystem is in each LV, etc.). It can also run commands subpackages are:
in the context of the guest.
Libguestfs is a library that can be linked with C and C++ management libguestfs C library
programs. libguestfs-tools virt-* tools, guestfish and guestmount (FUSE)
libguestfs-tools-c only the subset of virt tools written in C
(for reduced dependencies)
For high level virt tools, guestfish (shell scripting and command line For enhanced features, install:
access), and guestmount (mount guest filesystems using FUSE), install
'%{name}-tools'.
For shell scripting and command line access, install 'guestfish'. libguestfs-gfs2 adds Global Filesystem (GFS2) support
libguestfs-hfsplus adds HFS+ (Mac filesystem) support
libguestfs-jfs adds JFS support
libguestfs-nilfs adds NILFS v2 support
libguestfs-reiserfs adds ReiserFS support
libguestfs-rescue enhances virt-rescue shell with more tools
libguestfs-rsync rsync to/from guest filesystems
libguestfs-xfs adds XFS support
libguestfs-zfs adds ZFS support
To mount guest filesystems on the host using FUSE, install Language bindings:
'%{name}-mount'.
For extra features, install 'libguestfs-gfs2', 'libguestfs-hfsplus', libguestfs-devel C/C++ header files and library
'libguestfs-jfs', 'libguestfs-nilfs', 'libguestfs-reiserfs', erlang-libguestfs Erlang bindings
'libguestfs-rescue', 'libguestfs-rsync', 'libguestfs-xfs', libguestfs-gobject-devel GObject bindings and GObject Introspection
'libguestfs-zfs'. golang-guestfs Go language bindings
libguestfs-java-devel Java bindings
For Erlang bindings, install 'erlang-libguestfs'. lua-guestfs Lua bindings
ocaml-libguestfs-devel OCaml bindings
For GObject bindings and GObject Introspection, install perl-Sys-Guestfs Perl bindings
'libguestfs-gobject-devel'. php-libguestfs PHP bindings
python-libguestfs Python bindings
For Golang bindings, install 'golang-guestfs'. ruby-libguestfs Ruby bindings
For Java bindings, install 'libguestfs-java-devel'.
For Lua bindings, install 'lua-guestfs'
For OCaml bindings, install 'ocaml-libguestfs-devel'.
For Perl bindings, install 'perl-Sys-Guestfs'.
For PHP bindings, install 'php-libguestfs'.
For Python bindings, install 'python-libguestfs'.
For Ruby bindings, install 'ruby-libguestfs'.
%package devel %package devel