diff options
author | Jonathan Bauer | 2012-11-28 17:56:11 +0100 |
---|---|---|
committer | Jonathan Bauer | 2012-11-28 17:56:11 +0100 |
commit | d0395ef03fe5e2a5941ba8d29ad5cc5c8551305f (patch) | |
tree | 638abcb1f964cf259d8f30a380e4690b2dd57e6e | |
parent | fix for missing firmware modules (diff) | |
download | core-d0395ef03fe5e2a5941ba8d29ad5cc5c8551305f.tar.gz core-d0395ef03fe5e2a5941ba8d29ad5cc5c8551305f.tar.xz core-d0395ef03fe5e2a5941ba8d29ad5cc5c8551305f.zip |
iPXE fixes
-rw-r--r-- | src/boot-env/OpenSLX/BootEnvironment/PXE.pm | 2 | ||||
-rw-r--r-- | src/boot-env/iPXE/undionly-pool.kkpxe | bin | 0 -> 83354 bytes | |||
-rw-r--r-- | src/boot-env/iPXE/undionly.kpxe | bin | 61973 -> 0 bytes | |||
-rw-r--r-- | src/boot-env/iPXE/unifr-rz.ipxe | 4 | ||||
-rw-r--r-- | src/boot-env/iPXE/unifr-rz.kpxe | bin | 61783 -> 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 Binary files differnew file mode 100644 index 00000000..30491744 --- /dev/null +++ b/src/boot-env/iPXE/undionly-pool.kkpxe diff --git a/src/boot-env/iPXE/undionly.kpxe b/src/boot-env/iPXE/undionly.kpxe Binary files differdeleted file mode 100644 index dec7dd1a..00000000 --- a/src/boot-env/iPXE/undionly.kpxe +++ /dev/null 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 Binary files differdeleted file mode 100644 index 452189df..00000000 --- a/src/boot-env/iPXE/unifr-rz.kpxe +++ /dev/null |