From 49683ad701b9621151976ed651bea01683d8813e Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 16 Mar 2007 22:11:13 +0000 Subject: * 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 --- installer/OpenSLX/OSExport/Engine.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer/OpenSLX/OSExport/Engine.pm') 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 = ( -- cgit v1.2.3-55-g7522