summaryrefslogtreecommitdiffstats
path: root/installer/slxos-export
diff options
context:
space:
mode:
authorOliver Tappe2007-04-01 22:50:33 +0200
committerOliver Tappe2007-04-01 22:50:33 +0200
commit8494cb1443e430081662c8b10e0c18170bf78208 (patch)
treede7486fd52cc412b15380f26d5d2386c8b39bd1e /installer/slxos-export
parent* improved POD formatting (diff)
downloadcore-8494cb1443e430081662c8b10e0c18170bf78208.tar.gz
core-8494cb1443e430081662c8b10e0c18170bf78208.tar.xz
core-8494cb1443e430081662c8b10e0c18170bf78208.zip
* more POD consolidation
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@850 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/slxos-export')
-rwxr-xr-xinstaller/slxos-export69
1 files changed, 48 insertions, 21 deletions
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] <action>
- Options:
- --help brief help message
- --man show full documentation
- --verbose show more information during execution
- --version show version
-
- Actions:
- export <vendor-OS-name> <export-type>
- 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 <vendor-OS-name> <export-type> >>
+
+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</srv/openslx/export/nfs/suse-10.2>.
+
+=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</srv/openslx/export/nbd-squash/ubuntu-6.10>.
+
+=back
=cut \ No newline at end of file