mkve-bundle(1)

MKVE-BUNDLE(1) General Commands Manual MKVE-BUNDLE(1)

NAME

mkve-bundle - create bundles for further processing by mkve(1)

SYNOPSIS

mkve-bundle [options] [template]

DESCRIPTION

This utility creates a bundle from its native template. The resulting bundle can be used by mkve(1) utility to create a virtual machine. The template argument must be the name of template from standard templates directory /usr/share/mkve/templates or a path to directory containing a native template.

The format of native template and other examples can be found on http://altlinux.org/CoreSystem/Virtualization page.

All options and arguments could be specified in configuration file ~/.mkve/bundle-config.

OPTIONS

--hypervisor=HYPERVISOR

Specifies type of virtualization ($hypervisor). Possible values are now: openvz.

--output=PATH

Specifies PATH where bundle will be placed. The default output name is $(pwd)/default.bun ($output).

--hooks=PATH

Specifies a directory in which hooks specified in template searched first. The second place where to find hooks is /usr/share/mkve/hooks directory ($hooks).

--logfile=PATH

Specify logfile. The default value is $TMPDIR/mkve-bundle.log ($logfile).

--force-no-sign

Will be removed/changed soon.

-q, --quiet
Try to be more quiet.

-v, --verbose
Try to be more verbose.

-V, --version
Print program version and exit.

-h, --help
Show help text and exit.

SEE ALSO

mkve-cache(1).

AUTHOR

Written by Anton S. Protopopov <aspsk at altlinux.org>

19 March 2009 ALT Linux Team