summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2007-05-18 19:55:44 +0200
committerOliver Tappe2007-05-18 19:55:44 +0200
commit2697736381706a8a21438b54bdf81c40801f677a (patch)
tree10a3bc5e4c456c66165560a9c94a0beaa8614772 /config-db
parent* removed incorrect use of quotemeta() when copying configuration folders, (diff)
downloadcore-2697736381706a8a21438b54bdf81c40801f677a.tar.gz
core-2697736381706a8a21438b54bdf81c40801f677a.tar.xz
core-2697736381706a8a21438b54bdf81c40801f677a.zip
* fixed incorrect use of private-path instead of stage1-path, as reported
by Michael (mj0) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1086 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rw-r--r--config-db/OpenSLX/ConfigDB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/OpenSLX/ConfigDB.pm b/config-db/OpenSLX/ConfigDB.pm
index 8a354a39..e51cbbcd 100644
--- a/config-db/OpenSLX/ConfigDB.pm
+++ b/config-db/OpenSLX/ConfigDB.pm
@@ -957,7 +957,7 @@ sub aggregatedSystemFileInfoFor
$info->{'vendor-os'} = $vendorOS;
my $kernelPath
- = "$openslxConfig{'private-path'}/stage1/$vendorOS->{name}/boot";
+ = "$openslxConfig{'stage1-path'}/$vendorOS->{name}/boot";
$info->{'kernel-file'} = "$kernelPath/$system->{kernel}";
my $exportURI = $export->{'uri'};