From 36decfeb91dc17e394c776447a0c2e67499292bf Mon Sep 17 00:00:00 2001 From: Dirk Date: Sun, 13 Apr 2014 22:18:22 +0200 Subject: Demuxer fixes ... --- src/boot-env/OpenSLX/BootEnvironment/PXE.pm | 5 +++-- src/config-db/slxconfig-demuxer | 4 ++-- 2 files changed, 5 insertions(+), 4 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/] diff --git a/src/config-db/slxconfig-demuxer b/src/config-db/slxconfig-demuxer index ef2978fc..8991e4a1 100755 --- a/src/config-db/slxconfig-demuxer +++ b/src/config-db/slxconfig-demuxer @@ -1,6 +1,6 @@ #! /usr/bin/perl # ----------------------------------------------------------------------------- -# Copyright (c) 2006, 2007 - OpenSLX GmbH +# Copyright (c) 2006..2014 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -788,7 +788,7 @@ The following set of files will be created: =item B -The basic PXE files (F, F) will be copied into +The basic PXE files (F, F, F, ...) will be copied into F<$SLX_PUBLIC_PATH/tftpboot> to make them available to any PXE-client via tftp. =item B -- cgit v1.2.3-55-g7522