summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Tappe2008-09-02 10:51:32 +0200
committerOliver Tappe2008-09-02 10:51:32 +0200
commit0a65127e87e41a3d2cb703ad3b3482f66484b86e (patch)
tree5774b8a38737c9c9c1926d85edf1fdb99ac69cad
parent* implemented PREBOOT_CD boot environment that creates an appropriate ISO image (diff)
downloadcore-0a65127e87e41a3d2cb703ad3b3482f66484b86e.tar.gz
core-0a65127e87e41a3d2cb703ad3b3482f66484b86e.tar.xz
core-0a65127e87e41a3d2cb703ad3b3482f66484b86e.zip
* moved PXE-specific files into their new home (left other PXE-files in tftpboot,
since we do not need them in our boot-environment and I suppose we provide them to facilitate other (currently unsupported) boot environments like etherboot git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2182 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--boot-env/OpenSLX/BootEnvironment/PXE.pm4
-rwxr-xr-xboot-env/pxe/menu.c32 (renamed from installer/default_files/tftpboot/menu.c32)bin37836 -> 37836 bytes
-rw-r--r--boot-env/pxe/pxelinux.0 (renamed from installer/default_files/tftpboot/pxelinux.0)bin14716 -> 14716 bytes
-rwxr-xr-xboot-env/pxe/vesamenu.c32 (renamed from installer/default_files/tftpboot/vesamenu.c32)bin124964 -> 124964 bytes
4 files changed, 3 insertions, 1 deletions
diff --git a/boot-env/OpenSLX/BootEnvironment/PXE.pm b/boot-env/OpenSLX/BootEnvironment/PXE.pm
index 40c6acb4..a746d9d4 100644
--- a/boot-env/OpenSLX/BootEnvironment/PXE.pm
+++ b/boot-env/OpenSLX/BootEnvironment/PXE.pm
@@ -205,7 +205,9 @@ sub _prepareBootloaderConfigFolder
for my $file ('pxelinux.0', 'menu.c32', 'vesamenu.c32') {
if (!-e "$pxePath/$file") {
- slxsystem(qq[cp -p "$basePath/share/tftpboot/$file" $pxePath/]);
+ slxsystem(
+ qq[cp -p "$basePath/share/boot-env/pxe/$file" $pxePath/]
+ );
}
}
}
diff --git a/installer/default_files/tftpboot/menu.c32 b/boot-env/pxe/menu.c32
index 0ef88ca8..0ef88ca8 100755
--- a/installer/default_files/tftpboot/menu.c32
+++ b/boot-env/pxe/menu.c32
Binary files differ
diff --git a/installer/default_files/tftpboot/pxelinux.0 b/boot-env/pxe/pxelinux.0
index c7cd6603..c7cd6603 100644
--- a/installer/default_files/tftpboot/pxelinux.0
+++ b/boot-env/pxe/pxelinux.0
Binary files differ
diff --git a/installer/default_files/tftpboot/vesamenu.c32 b/boot-env/pxe/vesamenu.c32
index 7635cb07..7635cb07 100755
--- a/installer/default_files/tftpboot/vesamenu.c32
+++ b/boot-env/pxe/vesamenu.c32
Binary files differ