summaryrefslogtreecommitdiffstats
path: root/src/boot-env
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot-env')
-rw-r--r--src/boot-env/OpenSLX/BootEnvironment/PXE.pm4
-rw-r--r--src/boot-env/iPXE/undionly.kpxebin0 -> 61973 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/src/boot-env/OpenSLX/BootEnvironment/PXE.pm b/src/boot-env/OpenSLX/BootEnvironment/PXE.pm
index d46786d0..228b4e32 100644
--- a/src/boot-env/OpenSLX/BootEnvironment/PXE.pm
+++ b/src/boot-env/OpenSLX/BootEnvironment/PXE.pm
@@ -299,6 +299,10 @@ sub _prepareBootloaderConfigFolder
);
}
}
+ #copy iPXE to tftproot
+ slxsystem(
+ qq[cp -p "$basePath/share/boot-env/iPXE/*" $pxePath/]
+ );
}
$self->{preparedBootloaderConfigFolder} = 1;
diff --git a/src/boot-env/iPXE/undionly.kpxe b/src/boot-env/iPXE/undionly.kpxe
new file mode 100644
index 00000000..dec7dd1a
--- /dev/null
+++ b/src/boot-env/iPXE/undionly.kpxe
Binary files differ