From 549979ecf92e94afcb936ba7bc40d4e33261e0c6 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 13 Jun 2014 20:12:08 +0200 Subject: Updating PXE stuff ... --- src/boot-env/syslinux/README.pxe | 12 ++++++------ src/boot-env/syslinux/ldlinux.c32 | Bin 116084 -> 122444 bytes src/boot-env/syslinux/libcom32.c32 | Bin 183096 -> 186568 bytes src/boot-env/syslinux/libutil.c32 | Bin 24296 -> 24148 bytes src/boot-env/syslinux/lpxelinux.0 | Bin 75535 -> 91338 bytes src/boot-env/syslinux/menu.c32 | Bin 56164 -> 26624 bytes src/boot-env/syslinux/pxelinux.0 | Bin 26442 -> 46476 bytes src/boot-env/syslinux/pxemenu-bottom.example | 2 +- src/boot-env/syslinux/vesamenu.c32 | Bin 26300 -> 27132 bytes 9 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/boot-env/syslinux/README.pxe b/src/boot-env/syslinux/README.pxe index 856e5aed..965ec93b 100644 --- a/src/boot-env/syslinux/README.pxe +++ b/src/boot-env/syslinux/README.pxe @@ -42,13 +42,13 @@ Example how the PXElinux information is gathered: ##### at this point the system labels are being included ##### ##### ##### # # -# LABEL openslx-suse-11.4-default::nfs # -# MENU LABEL ^SUSE 11.0 System / NFS # -# KERNEL suse-11.0-default/vmlinuz-2.6.35.20-0.1-pae # -# APPEND quiet vga=791 initrd=suse-11.4-default/initramfs-1 file # +# LABEL ubuntu-14.04-default::nfs # +# MENU LABEL ^Ubuntu 14.04 System / NFS # +# KERNEL ubuntu-14.04-default/vmlinuz-3.11.35.20-0.1-pae # +# APPEND quiet vga=791 initrd=ubuntu-14.04-default/initramfs-1 file # # IPAPPEND 3 # # TEXT HELP # -# OpenSUSE 11.4 System # +# Ubuntu 14.04 Default System # # ENDTEXT # # . # # . # @@ -62,7 +62,7 @@ Example how the PXElinux information is gathered: # LABEL test # # MENU LABEL ^Testmenu # # MENU PASSWD test # -# KERNEL pxechain.com # +# KERNEL pxechn.com # # APPEND 192.168.1.1::pxelinux.0 # # # ########################## End of PXElinux-menu file ########################### diff --git a/src/boot-env/syslinux/ldlinux.c32 b/src/boot-env/syslinux/ldlinux.c32 index cdcd83f8..187a7e94 100755 Binary files a/src/boot-env/syslinux/ldlinux.c32 and b/src/boot-env/syslinux/ldlinux.c32 differ diff --git a/src/boot-env/syslinux/libcom32.c32 b/src/boot-env/syslinux/libcom32.c32 index 5c3b2329..6e13b9db 100755 Binary files a/src/boot-env/syslinux/libcom32.c32 and b/src/boot-env/syslinux/libcom32.c32 differ diff --git a/src/boot-env/syslinux/libutil.c32 b/src/boot-env/syslinux/libutil.c32 index 72c4a3ee..3e6ab4ca 100755 Binary files a/src/boot-env/syslinux/libutil.c32 and b/src/boot-env/syslinux/libutil.c32 differ diff --git a/src/boot-env/syslinux/lpxelinux.0 b/src/boot-env/syslinux/lpxelinux.0 index 5726c8ed..17074809 100644 Binary files a/src/boot-env/syslinux/lpxelinux.0 and b/src/boot-env/syslinux/lpxelinux.0 differ diff --git a/src/boot-env/syslinux/menu.c32 b/src/boot-env/syslinux/menu.c32 index 488824e1..5e0051ee 100755 Binary files a/src/boot-env/syslinux/menu.c32 and b/src/boot-env/syslinux/menu.c32 differ diff --git a/src/boot-env/syslinux/pxelinux.0 b/src/boot-env/syslinux/pxelinux.0 index 3430ff2f..1e6d1b7f 100644 Binary files a/src/boot-env/syslinux/pxelinux.0 and b/src/boot-env/syslinux/pxelinux.0 differ diff --git a/src/boot-env/syslinux/pxemenu-bottom.example b/src/boot-env/syslinux/pxemenu-bottom.example index 29ceee3c..2b08d469 100644 --- a/src/boot-env/syslinux/pxemenu-bottom.example +++ b/src/boot-env/syslinux/pxemenu-bottom.example @@ -25,7 +25,7 @@ #LABEL test2 # MENU LABEL ^Testmeu # MENU PASSWD test -# KERNEL pxechain.com +# KERNEL pxechn.com # APPEND 192.168.101.102::pxelinux.0 ## example blank line / menu separator diff --git a/src/boot-env/syslinux/vesamenu.c32 b/src/boot-env/syslinux/vesamenu.c32 index abd6dcbf..2c3710f0 100755 Binary files a/src/boot-env/syslinux/vesamenu.c32 and b/src/boot-env/syslinux/vesamenu.c32 differ -- cgit v1.2.3-55-g7522