summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/BootEnvironment/PXE.pm
diff options
context:
space:
mode:
Diffstat (limited to 'boot-env/OpenSLX/BootEnvironment/PXE.pm')
-rw-r--r--boot-env/OpenSLX/BootEnvironment/PXE.pm4
1 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/]
+ );
}
}
}