From 8494cb1443e430081662c8b10e0c18170bf78208 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 1 Apr 2007 20:50:33 +0000 Subject: * more POD consolidation git-svn-id: http://svn.openslx.org/svn/openslx/trunk@850 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/slxos-export | 69 +++++++++++++++++++++++++++++++++++--------------- 1 file changed, 48 insertions(+), 21 deletions(-) (limited to 'installer/slxos-export') diff --git a/installer/slxos-export b/installer/slxos-export index ad8d98a3..aaa9a5a8 100755 --- a/installer/slxos-export +++ b/installer/slxos-export @@ -129,27 +129,39 @@ via a squashfs inside of a network block device. slxos-export [options] - Options: - --help brief help message - --man show full documentation - --verbose show more information during execution - --version show version - - Actions: - export - exports the vendor-OS with the given name via - the given export type - list-exported - list all exported vendor-OSes - list-installed - list all installed vendor-OSes - list-types - list all supported export types +=head3 Options -=head1 OPTIONS + --help brief help message + --man show full documentation + --verbose show more information during execution + --version show version + +=head3 Actions =over 8 +=item B<< export >> + +exports the vendor-OS with the given name via the given export type + +=item B<< list-exported >> + +list all exported vendor-OSes + +=item B<< list-installed >> + +list all installed vendor-OSes + +=item B<< list-types >> + +list all supported export types + +=back + +=head1 OPTIONS + +=over 4 + =item B<--help> Prints a brief help message and exits. @@ -170,11 +182,26 @@ Prints the version and exits. =head1 EXAMPLES -=head2 Exporting a Vendor-OS +=over 8 + +=head3 Exporting a Vendor-OS via NFS - slxos-export export suse-10.2 nfs +=item B<< slxos-export export suse-10.2 nfs >> + +exports the installed vendor-OS suse-10.2 via nfs, the +resulting NFS-export will live in C. + +=back - exports the installed vendor-OS suse-10.2 via nfs, the resulting - NFS-export will live in '/srv/openslx/export/nfs/suse-10.2' +=head3 Exporting a Vendor-OS via NBD-Squash + +=over 8 + +=item B<< slxos-export export ubuntu-6.10 nbd-squash >> + +exports the installed vendor-OS ubuntu-6.10 via nbd-squash, the resulting +Squash-FS will live in C. + +=back =cut \ No newline at end of file -- cgit v1.2.3-55-g7522