summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport/Engine.pm
diff options
context:
space:
mode:
authorOliver Tappe2008-02-29 23:01:50 +0100
committerOliver Tappe2008-02-29 23:01:50 +0100
commitdb6ea726990599b09e4bb056eae05fc6f35997d2 (patch)
tree2a613a5d70ab9188b360c97d81557765a2d7e7ef /installer/OpenSLX/OSExport/Engine.pm
parentTrying on another export type -> dnbd2 ... (diff)
downloadcore-db6ea726990599b09e4bb056eae05fc6f35997d2.tar.gz
core-db6ea726990599b09e4bb056eae05fc6f35997d2.tar.xz
core-db6ea726990599b09e4bb056eae05fc6f35997d2.zip
* Forced DNBD2.pm into a (hopefully) working condition.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1586 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSExport/Engine.pm')
-rw-r--r--installer/OpenSLX/OSExport/Engine.pm13
1 files changed, 11 insertions, 2 deletions
diff --git a/installer/OpenSLX/OSExport/Engine.pm b/installer/OpenSLX/OSExport/Engine.pm
index 12d4b862..743a46b9 100644
--- a/installer/OpenSLX/OSExport/Engine.pm
+++ b/installer/OpenSLX/OSExport/Engine.pm
@@ -42,9 +42,18 @@ our (
'sqfs' => 'SquashFS',
);
-%supportedExportBlockDevices = ('nbd' => 'NBD', 'aoe' => 'AoE');
+%supportedExportBlockDevices = (
+ 'dnbd2' => 'DNBD2',
+ 'nbd' => 'NBD',
+ 'aoe' => 'AoE',
+);
-@supportedExportTypes = ('nfs', 'sqfs-aoe', 'sqfs-nbd');
+@supportedExportTypes = (
+ 'nfs',
+ 'sqfs-aoe',
+ 'sqfs-dnbd2',
+ 'sqfs-nbd',
+);
%supportedDistros = (
'<any>' => {module => 'Any'},