summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig-demuxer
diff options
context:
space:
mode:
authorOliver Tappe2007-02-05 20:56:41 +0100
committerOliver Tappe2007-02-05 20:56:41 +0100
commit83d22c831d6d378493c3d47242c8c764604d6f01 (patch)
treeb320f09b0a57c108cf8cc9232bdd010b88cd6787 /config-db/slxconfig-demuxer
parent* added stage1-path as config-option (diff)
downloadcore-83d22c831d6d378493c3d47242c8c764604d6f01.tar.gz
core-83d22c831d6d378493c3d47242c8c764604d6f01.tar.xz
core-83d22c831d6d378493c3d47242c8c764604d6f01.zip
* added stage1-path as config-option
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@686 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/slxconfig-demuxer')
-rwxr-xr-xconfig-db/slxconfig-demuxer9
1 files changed, 8 insertions, 1 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index a733083b..b057952a 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -308,7 +308,7 @@ sub generateInitalRamFS
$cmd .= qq[-f "$setup->{ramfs_fsmods}" ];
}
my $rootPath
- = "$openslxConfig{'private-path'}/stage1/$vendorOS->{path}";
+ = "$openslxConfig{'stage1-path'}/$vendorOS->{path}";
$cmd .= "-i $pxeSysPath/initramfs -r $rootPath ";
# fill slxConf-hash...
@@ -467,6 +467,7 @@ slxconfig-demuxer [options]
--private-path=<string> path to private data
--public-path=<string> path to public (client-accesible) data
--share-path=<string> path to sharable data
+ --stage1-path=<string> path to stage1 systems
--temp-path=<string> path to temporary data
--tftpboot-path=<string> path to root of tftp-server
--verbose-level=<int> level of logging verbosity (0-3)
@@ -587,6 +588,12 @@ will be stored.
Default is $SLX_SHARE_PATH (usually F</opt/openslx/share>.
+=item B<--stage1-path=<string>>
+
+Sets path to stage1 systems, where distributor-systems will be installed.
+
+Default is $SLX_STAGE1_PATH (usually F</var/opt/openslx/stage1>.
+
=item B<--temp-path=<string>>
Sets path to temporary data.