summaryrefslogtreecommitdiffstats
path: root/src/boot-env
diff options
context:
space:
mode:
authorJonathan Bauer2012-11-28 17:56:11 +0100
committerJonathan Bauer2012-11-28 17:56:11 +0100
commitd0395ef03fe5e2a5941ba8d29ad5cc5c8551305f (patch)
tree638abcb1f964cf259d8f30a380e4690b2dd57e6e /src/boot-env
parentfix for missing firmware modules (diff)
downloadcore-d0395ef03fe5e2a5941ba8d29ad5cc5c8551305f.tar.gz
core-d0395ef03fe5e2a5941ba8d29ad5cc5c8551305f.tar.xz
core-d0395ef03fe5e2a5941ba8d29ad5cc5c8551305f.zip
iPXE fixes
Diffstat (limited to 'src/boot-env')
-rw-r--r--src/boot-env/OpenSLX/BootEnvironment/PXE.pm2
-rw-r--r--src/boot-env/iPXE/undionly-pool.kkpxebin0 -> 83354 bytes
-rw-r--r--src/boot-env/iPXE/undionly.kpxebin61973 -> 0 bytes
-rw-r--r--src/boot-env/iPXE/unifr-rz.ipxe4
-rw-r--r--src/boot-env/iPXE/unifr-rz.kpxebin61783 -> 0 bytes
5 files changed, 1 insertions, 5 deletions
diff --git a/src/boot-env/OpenSLX/BootEnvironment/PXE.pm b/src/boot-env/OpenSLX/BootEnvironment/PXE.pm
index 56549bf4..e48c7a1a 100644
--- a/src/boot-env/OpenSLX/BootEnvironment/PXE.pm
+++ b/src/boot-env/OpenSLX/BootEnvironment/PXE.pm
@@ -305,7 +305,7 @@ sub _prepareBootloaderConfigFolder
}
}
#copy iPXE to tftproot
- my @ipxeFiles = <$basePath/share/boot-env/iPXE/*.kpxe>;
+ my @ipxeFiles = <$basePath/share/boot-env/iPXE/*>;
foreach my $ipxeFile (@ipxeFiles) {
slxsystem(
qq[cp -p "$ipxeFile" $pxePath/]
diff --git a/src/boot-env/iPXE/undionly-pool.kkpxe b/src/boot-env/iPXE/undionly-pool.kkpxe
new file mode 100644
index 00000000..30491744
--- /dev/null
+++ b/src/boot-env/iPXE/undionly-pool.kkpxe
Binary files differ
diff --git a/src/boot-env/iPXE/undionly.kpxe b/src/boot-env/iPXE/undionly.kpxe
deleted file mode 100644
index dec7dd1a..00000000
--- a/src/boot-env/iPXE/undionly.kpxe
+++ /dev/null
Binary files differ
diff --git a/src/boot-env/iPXE/unifr-rz.ipxe b/src/boot-env/iPXE/unifr-rz.ipxe
deleted file mode 100644
index 59a19c33..00000000
--- a/src/boot-env/iPXE/unifr-rz.ipxe
+++ /dev/null
@@ -1,4 +0,0 @@
-#!ipxe
-
-dhcp
-chain http://pbs2.mp.openslx.org/ipxe/auth/serial/serialnumber/55-44-33-22-11/mac/${net0/mac}
diff --git a/src/boot-env/iPXE/unifr-rz.kpxe b/src/boot-env/iPXE/unifr-rz.kpxe
deleted file mode 100644
index 452189df..00000000
--- a/src/boot-env/iPXE/unifr-rz.kpxe
+++ /dev/null
Binary files differ