From 7945911088216fafe4d377816e7bbbb17d8a0aa7 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 3 Apr 2007 18:33:49 +0000 Subject: * even more work on consolidating the PODs. Hopefully, I'm finished now... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@858 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/slxos-setup | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) (limited to 'installer/slxos-setup') diff --git a/installer/slxos-setup b/installer/slxos-setup index f158cf72..117cb980 100755 --- a/installer/slxos-setup +++ b/installer/slxos-setup @@ -166,8 +166,7 @@ __END__ =head1 NAME -slxos-setup - OpenSLX-script to install an operating system into a folder which -will be used as a OpenSLX-stage1-system (a.k.a. vendor-OS). +slxos-setup - OpenSLX-script to install a vendor-OS. =head1 SYNOPSIS @@ -214,6 +213,22 @@ updates an installed vendor-OS =back +=head1 DESCRIPTION + +B installs an operating system into a folder which +will be used as a OpenSLX-stage1-system (a.k.a. a I). + +You can either install a vendor-OS from scratch (causing the required +packages to be downloaded or copied from a local source). Installing +is supported for several different LINUX distributions, but not for all +of them. + +Alternatively, a locally installed operating system can be cloned +into a vendor-OS. + +When invoking slxos-setup, you have to pass it the name of the vendor-OS +you wish to create. + =head1 OPTIONS =over 8 @@ -328,4 +343,35 @@ from the config-DB, too. =back +=head1 SEE ALSO + +slxsettings, slxos-export, slxconfig, slxconfig-demuxer + +=head1 GENERAL OPENSLX OPTIONS + +Being a part of OpenSLX, this script supports several other options +which can be used to overrule the OpenSLX settings: + + --base-path= basic path to project files + --bin-path= path to binaries and scripts + --config-path= path to configuration files + --db-basepath= basic path to openslx database + --db-datadir= data folder created under db-basepath + --db-name= name of database + --db-spec= full DBI-specification of database + --db-type= type of database to connect to + --export-path= path to root of all exported filesystems + --locale= locale to use for translations + --logfile= file to write logging output to + --private-path= path to private data + --public-path= path to public (client-accesible) data + --share-path= path to sharable data + --stage1-path= path to stage1 systems + --temp-path= path to temporary data + --tftpboot-path= path to root of tftp-server + --verbose-level= level of logging verbosity (0-3) + +Please refer to the C-manpage for a more detailed description +of these options. + =cut \ No newline at end of file -- cgit v1.2.3-55-g7522