summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/inc/bootentryhook.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2019-10-17 14:41:03 +0200
committerSimon Rettberg2019-10-17 14:41:03 +0200
commit193b765f07543b4824950fe08d337211c2ef8a1c (patch)
tree4cb54d445e53df797bbf69297c8d360068f94fb7 /modules-available/serversetup-bwlp-ipxe/inc/bootentryhook.inc.php
parent[serversetup-bwlp-ipxe/minilinux] Implement minilinux hook for ipxe (diff)
downloadslx-admin-193b765f07543b4824950fe08d337211c2ef8a1c.tar.gz
slx-admin-193b765f07543b4824950fe08d337211c2ef8a1c.tar.xz
slx-admin-193b765f07543b4824950fe08d337211c2ef8a1c.zip
[serversetup-bwlp-ipxe/minilinux] Further improvements
* Distinction between BIOS and EFI for ipxe hook in minilinux * Debug KCL modifier customizable by update meta data * Bugfixes, minor refactoring...
Diffstat (limited to 'modules-available/serversetup-bwlp-ipxe/inc/bootentryhook.inc.php')
-rw-r--r--modules-available/serversetup-bwlp-ipxe/inc/bootentryhook.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/inc/bootentryhook.inc.php b/modules-available/serversetup-bwlp-ipxe/inc/bootentryhook.inc.php
index f89031a3..cf180006 100644
--- a/modules-available/serversetup-bwlp-ipxe/inc/bootentryhook.inc.php
+++ b/modules-available/serversetup-bwlp-ipxe/inc/bootentryhook.inc.php
@@ -53,7 +53,7 @@ abstract class BootEntryHook
* @param $id
* @return BootEntry|null the actual boot entry instance for given entry, null if invalid id
*/
- public abstract function getBootEntryInternal($data);
+ public abstract function getBootEntryInternal($localData);
public final function getBootEntry($data)
{