summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-network/module-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/slx-network/module-setup.sh')
-rwxr-xr-xmodules.d/slx-network/module-setup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules.d/slx-network/module-setup.sh b/modules.d/slx-network/module-setup.sh
index cea977d5..bf384322 100755
--- a/modules.d/slx-network/module-setup.sh
+++ b/modules.d/slx-network/module-setup.sh
@@ -36,6 +36,7 @@ install() {
# hooks
inst_hook cmdline 10 "${moddir}/hooks/parse-ipxe-network-kcl.sh"
inst_hook pre-pivot 10 "${moddir}/hooks/configure-jumbo-frames.sh"
- inst_hook pre-pivot 50 "${moddir}/hooks/copy-network-files.sh"
+ # DO NOT TOUCH THIS
+ inst_hook pre-pivot 99 "${moddir}/hooks/copy-network-files.sh"
inst_hook pre-pivot 60 "${moddir}/hooks/activate-bootif-dhcp.sh"
}