summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/boot-env/syslinux/README.pxe12
-rwxr-xr-xsrc/boot-env/syslinux/ldlinux.c32bin116084 -> 122444 bytes
-rwxr-xr-xsrc/boot-env/syslinux/libcom32.c32bin183096 -> 186568 bytes
-rwxr-xr-xsrc/boot-env/syslinux/libutil.c32bin24296 -> 24148 bytes
-rw-r--r--src/boot-env/syslinux/lpxelinux.0bin75535 -> 91338 bytes
-rwxr-xr-xsrc/boot-env/syslinux/menu.c32bin56164 -> 26624 bytes
-rw-r--r--src/boot-env/syslinux/pxelinux.0bin26442 -> 46476 bytes
-rw-r--r--src/boot-env/syslinux/pxemenu-bottom.example2
-rwxr-xr-xsrc/boot-env/syslinux/vesamenu.c32bin26300 -> 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
--- a/src/boot-env/syslinux/ldlinux.c32
+++ b/src/boot-env/syslinux/ldlinux.c32
Binary files differ
diff --git a/src/boot-env/syslinux/libcom32.c32 b/src/boot-env/syslinux/libcom32.c32
index 5c3b2329..6e13b9db 100755
--- a/src/boot-env/syslinux/libcom32.c32
+++ b/src/boot-env/syslinux/libcom32.c32
Binary files differ
diff --git a/src/boot-env/syslinux/libutil.c32 b/src/boot-env/syslinux/libutil.c32
index 72c4a3ee..3e6ab4ca 100755
--- a/src/boot-env/syslinux/libutil.c32
+++ b/src/boot-env/syslinux/libutil.c32
Binary files differ
diff --git a/src/boot-env/syslinux/lpxelinux.0 b/src/boot-env/syslinux/lpxelinux.0
index 5726c8ed..17074809 100644
--- a/src/boot-env/syslinux/lpxelinux.0
+++ b/src/boot-env/syslinux/lpxelinux.0
Binary files differ
diff --git a/src/boot-env/syslinux/menu.c32 b/src/boot-env/syslinux/menu.c32
index 488824e1..5e0051ee 100755
--- a/src/boot-env/syslinux/menu.c32
+++ b/src/boot-env/syslinux/menu.c32
Binary files differ
diff --git a/src/boot-env/syslinux/pxelinux.0 b/src/boot-env/syslinux/pxelinux.0
index 3430ff2f..1e6d1b7f 100644
--- a/src/boot-env/syslinux/pxelinux.0
+++ b/src/boot-env/syslinux/pxelinux.0
Binary files 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
--- a/src/boot-env/syslinux/vesamenu.c32
+++ b/src/boot-env/syslinux/vesamenu.c32
Binary files differ