summaryrefslogtreecommitdiffstats
path: root/src/installer
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-05-08 00:32:33 +0200
committerSebastian Schmelzer2012-05-08 00:32:33 +0200
commitf94cde3bb2b43022f85e51107071fc2e83c58699 (patch)
tree8ef297022998a0b9fc46648ff2090fe752096b86 /src/installer
parentadd libs for dnbd3-client (diff)
downloadcore-f94cde3bb2b43022f85e51107071fc2e83c58699.tar.gz
core-f94cde3bb2b43022f85e51107071fc2e83c58699.tar.xz
core-f94cde3bb2b43022f85e51107071fc2e83c58699.zip
first working dnbd3 boot :)
Diffstat (limited to 'src/installer')
-rw-r--r--src/installer/OpenSLX/OSExport/BlockDevice/DNBD3.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installer/OpenSLX/OSExport/BlockDevice/DNBD3.pm b/src/installer/OpenSLX/OSExport/BlockDevice/DNBD3.pm
index 5d8845f8..e26cb800 100644
--- a/src/installer/OpenSLX/OSExport/BlockDevice/DNBD3.pm
+++ b/src/installer/OpenSLX/OSExport/BlockDevice/DNBD3.pm
@@ -85,7 +85,7 @@ sub showExportConfigInfo
"Add the following export entry to your dnbd3-server config file\n(/etc/dnbd3-server.conf):\n",
"\n",
"[$self->{'engine'}->{'export-name'}]\n",
- "filename=$self->{fs}->{'export-path'}\n",
+ "file=$self->{fs}->{'export-path'}\n",
"servers=\n",
"vid=$export->{'id'}\n",
"rid=1\n\n",