summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport/Engine.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-03-16 23:11:13 +0100
committerOliver Tappe2007-03-16 23:11:13 +0100
commit49683ad701b9621151976ed651bea01683d8813e (patch)
tree8e57088eb4192cf13f3179b89951de7952322d8f /installer/OpenSLX/OSExport/Engine.pm
parent* changed option to show the supported distros from '--list' to '--list-suppo... (diff)
downloadcore-49683ad701b9621151976ed651bea01683d8813e.tar.gz
core-49683ad701b9621151976ed651bea01683d8813e.tar.xz
core-49683ad701b9621151976ed651bea01683d8813e.zip
* removed nbd-squashfs from the supported export types, as long as it is not yet supported
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@776 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSExport/Engine.pm')
-rw-r--r--installer/OpenSLX/OSExport/Engine.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/OpenSLX/OSExport/Engine.pm b/installer/OpenSLX/OSExport/Engine.pm
index 555baee2..0ffc3c0a 100644
--- a/installer/OpenSLX/OSExport/Engine.pm
+++ b/installer/OpenSLX/OSExport/Engine.pm
@@ -26,8 +26,8 @@ use vars qw(%supportedExportTypes %supportedDistros);
%supportedExportTypes = (
'nfs'
=> { module => 'NFS' },
- 'nbd-squashfs'
- => { module => 'NBD_Squash' },
+# 'nbd-squashfs'
+# => { module => 'NBD_Squash' },
);
%supportedDistros = (