summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorFelix Endres2007-06-01 16:55:19 +0200
committerFelix Endres2007-06-01 16:55:19 +0200
commit08668b02f986522c1a15589f921665a5b5e2bf43 (patch)
treef65d1dc6f1d417c7ea890376dd15de36ca639ff5 /config-db
parentCleanup for ntp settings (initial setup is distro independent), cleanup (diff)
downloadcore-08668b02f986522c1a15589f921665a5b5e2bf43.tar.gz
core-08668b02f986522c1a15589f921665a5b5e2bf43.tar.xz
core-08668b02f986522c1a15589f921665a5b5e2bf43.zip
Make vesamenu.c32 available for optional use
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1132 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/slxconfig-demuxer5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index cdb20dd2..043a082d 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -312,6 +312,11 @@ sub writePXEMenus
= "$openslxConfig{'share-path'}/tftpboot/menu.c32";
slxsystem(qq[cp -p "$menuc32Path" $pxePath/]) unless $dryRun;
}
+ if (!-e "$pxePath/vesamenu.c32") {
+ my $vesamenuc32Path
+ = "$openslxConfig{'share-path'}/tftpboot/vesamenu.c32";
+ slxsystem(qq[cp -p "$vesamenuc32Path" $pxePath/]) unless $dryRun;
+ }
# fetch PXE-template, if any:
my $pxeTemplate = "# generated by slxconfig-demuxer (on $callDate at $callTime)\n";