From 275a583f5fad043e2fd54c2de4f1f44ec9f1ead4 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 14 Mar 2007 21:38:33 +0000 Subject: * applied several fixed to svnos-export and respective modules (as reported by Dirk) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@772 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/slxos-export | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) (limited to 'installer/slxos-export') diff --git a/installer/slxos-export b/installer/slxos-export index 9b179e53..f256110b 100755 --- a/installer/slxos-export +++ b/installer/slxos-export @@ -73,7 +73,7 @@ chdir($FindBin::RealBin) or die _tr("can't chdir to script-path <%> (%s)", $FindBin::RealBin, $!); -# create ossetup-engine for given distro and start it: +# create OSExport-engine for given export type and start it: my $engine = OpenSLX::OSExport::Engine->new; $engine->initialize($vendorOSName, $exportType); if (!-e $engine->{'vendor-os-path'}) { @@ -109,28 +109,13 @@ slxos-export [options] Prints a brief help message and exits. -=item B<--man> - -Prints the manual page and exits. - -=item B<--selection=> +=item B<--list> -Many distributions offer several different package selections for -installation. With this option you can specify which of these you -would like to use. +Lists all supported export types and exits. -If you pass an unknown selection, you will see a list of the selections -that are available. - -In clone-mode, the selection specifies the name by which the cloned system -will be known (exact name will be '-' instead of -'-cloned-from-'). - -=item B<--source=> +=item B<--man> -When cloning a vendor-OS, slxos-export needs to know where to fetch -the existing OS-files from. You can specify the rsync-uri with this -option. +Prints the manual page and exits. =item B<--version> -- cgit v1.2.3-55-g7522