libguestfs-make-fixed-appliance - Man Page

Make a "fixed appliance" for libguestfs

Synopsis

 libguestfs-make-fixed-appliance [--options] OUTPUTDIR

 libguestfs-make-fixed-appliance [--options] --xz

Description

libguestfs-make-fixed-appliance lets you make a pre-built binary appliance for libguestfs.

Note that ordinary users should not need to run this tool.

Some reasons why you might want to use this include:

For deeper understanding of why you might need this tool, read "FIXED APPLIANCE" in guestfs-internals(1).

Instead of running this tool, you can download fixed appliances from http://libguestfs.org/download/binaries/appliance/.  These appliances were made using this tool.

There are two ways to use this tool.

Options

--help

Display short usage information and exit.

-V
--version

Display the version number and exit.

--xz

Instead of creating the appliance in an output directory, create a compressed tarball of the appliance in the current directory called appliance-VERSION.tar.xz where VERSION is the version of libguestfs.

Using --xz can take some time.  If working normally, the tool is completely silent when it is running.

Licensing

The fixed appliance is a complete Linux binary distro.  If you distribute it, you may need to distribute corresponding source files to remain in legal compliance with the licenses of the software in the appliance (such as the GNU General Public License).

Exit Status

libguestfs-make-fixed-appliance returns 0 if the appliance was built without errors.

Environment Variables

For the full list of environment variables which may affect libguestfs, please see the guestfs(3) manual page.

See Also

guestfs(3), supermin(1), xz(1), http://libguestfs.org/, http://qemu.org/.

Authors

Richard W.M. Jones (rjones at redhat dot com)

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Bugs

To get a list of bugs against libguestfs, use this link: https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools

To report a new bug against libguestfs, use this link: https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools

When reporting a bug, please supply:

Referenced By

guestfs(3), guestfs-building(1), guestfs-hacking(1), guestfs-internals(1), guestfs-performance(1).

2024-01-05 libguestfs-1.52.0 Virtualization Support