diff options
author | Sebastian Schmelzer | 2012-05-08 00:32:33 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2012-05-08 00:32:33 +0200 |
commit | f94cde3bb2b43022f85e51107071fc2e83c58699 (patch) | |
tree | 8ef297022998a0b9fc46648ff2090fe752096b86 /src/installer | |
parent | add libs for dnbd3-client (diff) | |
download | core-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.pm | 2 |
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", |