summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport/Engine.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-05-06 20:22:48 +0200
committerOliver Tappe2007-05-06 20:22:48 +0200
commit8cb009f50a801bddc993ca3177e4fd768f912294 (patch)
tree4e7ea6a14c8490213913d5c22dd0f7d6d41895c5 /installer/OpenSLX/OSExport/Engine.pm
parent* fixed bug that inhibited busybox to drag the required libs along (diff)
downloadcore-8cb009f50a801bddc993ca3177e4fd768f912294.tar.gz
core-8cb009f50a801bddc993ca3177e4fd768f912294.tar.xz
core-8cb009f50a801bddc993ca3177e4fd768f912294.zip
* added support to exporter modules for passing out the required fs-modules
* improved config-demuxer to ask exporter for required fs-mods and pass this to mkdxsinitrd git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1019 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSExport/Engine.pm')
-rw-r--r--installer/OpenSLX/OSExport/Engine.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSExport/Engine.pm b/installer/OpenSLX/OSExport/Engine.pm
index 690a56c7..77b21eaa 100644
--- a/installer/OpenSLX/OSExport/Engine.pm
+++ b/installer/OpenSLX/OSExport/Engine.pm
@@ -158,6 +158,13 @@ sub purgeExport
$self->removeExportFromConfigDB();
}
+sub requiredFSMods
+{
+ my $self = shift;
+
+ return $self->{exporter}->requiredFSMods();
+}
+
################################################################################
### implementation methods
################################################################################