summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Tappe2007-03-14 22:40:00 +0100
committerOliver Tappe2007-03-14 22:40:00 +0100
commit972ac567c7a5f85803a3842ae5a751c4627fe763 (patch)
tree59928016feff86edcd1be3254903b431c9cdc525
parent* applied several fixed to svnos-export and respective modules (as reported b... (diff)
downloadcore-972ac567c7a5f85803a3842ae5a751c4627fe763.tar.gz
core-972ac567c7a5f85803a3842ae5a751c4627fe763.tar.xz
core-972ac567c7a5f85803a3842ae5a751c4627fe763.zip
* removed 'nbd' from supported export types as I have learned from Dirk yesterday that
it simply doesn't make sense. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@773 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--installer/OpenSLX/OSExport/Engine.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/installer/OpenSLX/OSExport/Engine.pm b/installer/OpenSLX/OSExport/Engine.pm
index 413f5fde..033b22be 100644
--- a/installer/OpenSLX/OSExport/Engine.pm
+++ b/installer/OpenSLX/OSExport/Engine.pm
@@ -26,8 +26,6 @@ use vars qw(%supportedExportTypes %supportedDistros);
%supportedExportTypes = (
'nfs'
=> { module => 'NFS' },
- 'nbd'
- => { module => 'NBD' },
'nbd-squashfs'
=> { module => 'NBD_Squash' },
);