man SystemInstaller::Partition::IA () - Creates the partitioning and filesystem files required for machines with ia64 or x86 architecture.
NAME
SystemInstaller::Partition::IA - Creates the partitioning and filesystem files required for machines with ia64 or x86 architecture.
SYNOPSIS
use SystemInstaller::Partition::IA;
if (&SystemInstaller::Partition::IA::create_partition_file($image_path,%DISKS){ printf Partition files not created\n; }
DESCRIPTION
The routines for partitioning and filesystem initialization for the ia64 and x86 machines.
FUNCTIONS
- create_partition_file($path,%DISKS)
- Applies the partition and filesystem information in the CW%DISKS hash to the image stored at CW$path.
AUTHOR
Michael Chase-Salerno, mchasal@users.sf.net, Stacy Woods, spwoods@us.ibm.com