man SystemInstaller::Image () - Interface to Images for SystemInstaller
NAME
SystemInstaller::Image - Interface to Images for SystemInstaller
SYNOPSIS
use SystemInstaller::Image;
if (&SystemInstaller::Image::init_image("/var/images/image1") { printf "Image initialization failed\n"; }
DESCRIPTION
SystemInstaller::Image provides an interface to creating images for SystemInstaller.
AUTHOR
Michael Chase-Salerno <mchasal@users.sourceforge.net>