summaryrefslogtreecommitdiffstats
path: root/os-plugins/OpenSLX/OSPlugin/Base.pm
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/OpenSLX/OSPlugin/Base.pm')
-rw-r--r--os-plugins/OpenSLX/OSPlugin/Base.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/os-plugins/OpenSLX/OSPlugin/Base.pm b/os-plugins/OpenSLX/OSPlugin/Base.pm
index 4b370375..0f601704 100644
--- a/os-plugins/OpenSLX/OSPlugin/Base.pm
+++ b/os-plugins/OpenSLX/OSPlugin/Base.pm
@@ -129,6 +129,16 @@ sub postRemovalPhase
my $pluginTempPath = shift;
}
+sub suggestAdditionalKernelParams
+{ # called by config-demuxer in order to give the plugin a chance to add
+ # any kernel params it requires.
+ # In order to do so, the plugin should analyse the contents of the
+ # given string ('kernel-params') and return a list of additional params
+ # that it would like to see added.
+ my $self = shift;
+ my $kernelParams = shift;
+}
+
sub copyRequiredFilesIntoInitramfs
{ # called by config-demuxer in order to give the plugin a chance to copy
# all required files from the vendor-OS into the initramfs.