summaryrefslogtreecommitdiffstats
path: root/installer/slxos-export
diff options
context:
space:
mode:
authorOliver Tappe2007-03-14 22:38:33 +0100
committerOliver Tappe2007-03-14 22:38:33 +0100
commit275a583f5fad043e2fd54c2de4f1f44ec9f1ead4 (patch)
tree8e86d30f4d6c37065f3965f747392d0d30c00fc5 /installer/slxos-export
parent* added two checks around cloning in order to protect users from making bad (diff)
downloadcore-275a583f5fad043e2fd54c2de4f1f44ec9f1ead4.tar.gz
core-275a583f5fad043e2fd54c2de4f1f44ec9f1ead4.tar.xz
core-275a583f5fad043e2fd54c2de4f1f44ec9f1ead4.zip
* 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
Diffstat (limited to 'installer/slxos-export')
-rwxr-xr-xinstaller/slxos-export25
1 files changed, 5 insertions, 20 deletions
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] <vendor-os-name> <export-type>
Prints a brief help message and exits.
-=item B<--man>
-
-Prints the manual page and exits.
-
-=item B<--selection=<string>>
+=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 '<distro>-<selection>' instead of
-'<distro>-cloned-from-<rsync-source>').
-
-=item B<--source=<string>>
+=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>