From 38ca232e0bd9b393333bbb310f149960184c985f Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 20 Mar 2008 13:23:27 +0000 Subject: [PATCH] pod for packimage git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@850 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/pods/man1/packimage.1.pod | 61 +++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 xCAT-client-2.0/pods/man1/packimage.1.pod diff --git a/xCAT-client-2.0/pods/man1/packimage.1.pod b/xCAT-client-2.0/pods/man1/packimage.1.pod new file mode 100644 index 000000000..49d8e74dc --- /dev/null +++ b/xCAT-client-2.0/pods/man1/packimage.1.pod @@ -0,0 +1,61 @@ +=head1 NAME + +B - Builds the stateless image from the chroot file system. + +=head1 SYNOPSIS + +I + +I + + +I + + +=head1 DESCRIPTION + +Builds the stateless image from the chroot file system. +The install dir is setup by using "installdir" attribute set in the site table. +The nodetype table "profile" attribute for the node should reflect the profile of the install image. + +This uses the package information from the /opt/xcat/share/xcat/netboot/[os] directory files for the profile input. + +=head1 OPTIONS + + +B<-h> Display usage message. + +B<-v> Command Version. + +B<-o> Operating system (redora8, rhel5, sles10,etc) + +B<-p> Profile (compute,service) + +B<-a> Architecture (ppc64,x86_64,etc) + + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1. To pack a fedora8 image for a compute node architecture x86_64 and place it in the /install/netboot/fedora8/x86_64/compute/rootimg directory enter: + +I + +This would use the package information from the /opt/xcat/share/xcat/netboot/fedora/compute* files. + +=head1 FILES + +/opt/xcat/sbin/packimage + + +=head1 NOTES + +This command is part of the xCAT software product. + + +