summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp/hooks/ipxe-update.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-12 14:55:12 +0100
committerSimon Rettberg2019-02-12 14:55:12 +0100
commitc2a6dfb649107ce3ad64162e2bb2c3c7275650fb (patch)
tree5a58f34c9c2563bb9baebcf7a36afe3e1d08a120 /modules-available/serversetup-bwlp/hooks/ipxe-update.inc.php
parent[serversetup-bwlp] Auto-import of old PXELinux config on bootup (diff)
downloadslx-admin-c2a6dfb649107ce3ad64162e2bb2c3c7275650fb.tar.gz
slx-admin-c2a6dfb649107ce3ad64162e2bb2c3c7275650fb.tar.xz
slx-admin-c2a6dfb649107ce3ad64162e2bb2c3c7275650fb.zip
[serversetup*] PXELinux and iPXE side-by-side
Diffstat (limited to 'modules-available/serversetup-bwlp/hooks/ipxe-update.inc.php')
-rw-r--r--modules-available/serversetup-bwlp/hooks/ipxe-update.inc.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules-available/serversetup-bwlp/hooks/ipxe-update.inc.php b/modules-available/serversetup-bwlp/hooks/ipxe-update.inc.php
deleted file mode 100644
index 166e80a8..00000000
--- a/modules-available/serversetup-bwlp/hooks/ipxe-update.inc.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-$data = [
- 'ipaddress' => Property::getServerIp()
-];
-$task = Taskmanager::submit('CompileIPxeNew', $data);
-if (!isset($task['id']))
-return false;
-Property::set('ipxe-task-id', $task['id'], 15);
-return $task['id']; \ No newline at end of file