Skip to content
clalancette edited this page Mar 1, 2012 · 3 revisions

Table of Contents

NAME

oz-generate-icicle - tool to generate an ICICLE (package manifest) of a disk image

SYNOPSIS

oz-generate-icicle [OPTIONS] <tdl-file> <libvirt-xml-file>

DESCRIPTION

This is a tool to generate a package manifest (also called ICICLE) from a disk image. This program can be used as a counterpart to oz-install, though it does not have to be used in conjunction.

Note that oz-generate-icicle does the actual work using a combination of KVM and libvirt, so both of these must be available (and working) for oz-generate-icicle to have a chance to succeed.

OPTIONS

-c <config> Get the configuration from config file config, instead of the default /etc/oz/oz.cfg. If neither one exists, Oz will use sensible defaults. The config file is in standard ini format; for an explanation of the sections and keys, see the CONFIGURATION FILE section.

-d <loglevel> The log levels are:

  • 0 - errors only (this is the default)
  • 1 - errors and warnings
  • 2 - errors, warnings, and information
  • 3 - all messages
  • 4 - all messages, prepended with the level and classname
-h Print a short help message

-i <icicle> oz-generate-icicle will normally write the ICICLE XML to stdout. To have oz-generate-icicle write the ICICLE to a file instead, use the -i option.

Clone this wiki locally