summaryrefslogtreecommitdiffstats
path: root/src/boot-env
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-07-11 15:44:59 +0200
committerSebastian Schmelzer2011-07-11 15:44:59 +0200
commit17021a389672436d1e7c95059993a390d870635a (patch)
treea9ad5996bd7bfb07e9089f767c803ab1f0e0b0a6 /src/boot-env
parent... and more ... (diff)
downloadcore-17021a389672436d1e7c95059993a390d870635a.tar.gz
core-17021a389672436d1e7c95059993a390d870635a.tar.xz
core-17021a389672436d1e7c95059993a390d870635a.zip
add iPXE
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