summaryrefslogtreecommitdiffstats
path: root/src/installer
diff options
context:
space:
mode:
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",