summaryrefslogtreecommitdiffstats
path: root/src/boot-env
diff options
context:
space:
mode:
authorDirk2014-04-13 22:18:22 +0200
committerDirk2014-04-13 22:18:22 +0200
commit36decfeb91dc17e394c776447a0c2e67499292bf (patch)
tree37ee6a5d7b62e7b319e8042cd6717518adf5fc9a /src/boot-env
parentUpdates and additions for Ubuntu 14.04 ... (diff)
downloadcore-36decfeb91dc17e394c776447a0c2e67499292bf.tar.gz
core-36decfeb91dc17e394c776447a0c2e67499292bf.tar.xz
core-36decfeb91dc17e394c776447a0c2e67499292bf.zip
Demuxer fixes ...
Diffstat (limited to 'src/boot-env')
-rw-r--r--src/boot-env/OpenSLX/BootEnvironment/PXE.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/boot-env/OpenSLX/BootEnvironment/PXE.pm b/src/boot-env/OpenSLX/BootEnvironment/PXE.pm
index e48c7a1a..ab001176 100644
--- a/src/boot-env/OpenSLX/BootEnvironment/PXE.pm
+++ b/src/boot-env/OpenSLX/BootEnvironment/PXE.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2008..2009 - OpenSLX GmbH
+# Copyright (c) 2008..2014 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -297,7 +297,8 @@ sub _prepareBootloaderConfigFolder
mkpath($pxeConfigPath);
for my $file ('pxelinux.0', 'pxechain.com', 'vesamenu.c32', 'menu.c32',
- 'mboot.c32', 'kernel-shutdown', 'initramfs-shutdown') {
+ 'mboot.c32', 'kernel-shutdown', 'initramfs-shutdown', 'ldlinux.c32',
+ 'libcom32.c32', 'libutil.c32','lpxelinux.0') {
if (!-e "$pxePath/$file") {
slxsystem(
qq[cp -p "$basePath/share/boot-env/syslinux/$file" $pxePath/]