summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2019-10-16 18:12:17 +0200
committerSimon Rettberg2019-10-16 18:12:17 +0200
commit36e47dcdfb7d19d4c8982a77b4dd3b87d8c4ca31 (patch)
tree1326851106dd111dc1bcd32d0622dda094f1dcae /modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
parent[dozmod] Increase sat DB's launch counter on cache hit (diff)
downloadslx-admin-36e47dcdfb7d19d4c8982a77b4dd3b87d8c4ca31.tar.gz
slx-admin-36e47dcdfb7d19d4c8982a77b4dd3b87d8c4ca31.tar.xz
slx-admin-36e47dcdfb7d19d4c8982a77b4dd3b87d8c4ca31.zip
[serversetup-bwlp-ipxe/minilinux] Implement minilinux hook for ipxe
Diffstat (limited to 'modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php')
-rw-r--r--modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php b/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
index e97d1389..174f4459 100644
--- a/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
+++ b/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
@@ -260,6 +260,7 @@ class StandardBootEntry extends BootEntry
} else {
$entry = $this->efi;
}
+ $entry->sanitize();
$script = '';
if ($entry->resetConsole) {