summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport/BlockDevice/NBD.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSExport/BlockDevice/NBD.pm')
-rw-r--r--installer/OpenSLX/OSExport/BlockDevice/NBD.pm9
1 files changed, 8 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSExport/BlockDevice/NBD.pm b/installer/OpenSLX/OSExport/BlockDevice/NBD.pm
index 1199a4dc..fff4b024 100644
--- a/installer/OpenSLX/OSExport/BlockDevice/NBD.pm
+++ b/installer/OpenSLX/OSExport/BlockDevice/NBD.pm
@@ -71,7 +71,14 @@ sub requiredBlockDeviceModules
{
my $self = shift;
- return 'nbd';
+ return qw( nbd );
+}
+
+sub requiredBlockDeviceTools
+{
+ my $self = shift;
+
+ return qw( nbd-client );
}
sub showExportConfigInfo