diff options
-rw-r--r-- | src/boot-env/syslinux/README.pxe | 12 | ||||
-rwxr-xr-x | src/boot-env/syslinux/ldlinux.c32 | bin | 116084 -> 122444 bytes | |||
-rwxr-xr-x | src/boot-env/syslinux/libcom32.c32 | bin | 183096 -> 186568 bytes | |||
-rwxr-xr-x | src/boot-env/syslinux/libutil.c32 | bin | 24296 -> 24148 bytes | |||
-rw-r--r-- | src/boot-env/syslinux/lpxelinux.0 | bin | 75535 -> 91338 bytes | |||
-rwxr-xr-x | src/boot-env/syslinux/menu.c32 | bin | 56164 -> 26624 bytes | |||
-rw-r--r-- | src/boot-env/syslinux/pxelinux.0 | bin | 26442 -> 46476 bytes | |||
-rw-r--r-- | src/boot-env/syslinux/pxemenu-bottom.example | 2 | ||||
-rwxr-xr-x | 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 Binary files differindex cdcd83f8..187a7e94 100755 --- a/src/boot-env/syslinux/ldlinux.c32 +++ b/src/boot-env/syslinux/ldlinux.c32 diff --git a/src/boot-env/syslinux/libcom32.c32 b/src/boot-env/syslinux/libcom32.c32 Binary files differindex 5c3b2329..6e13b9db 100755 --- a/src/boot-env/syslinux/libcom32.c32 +++ b/src/boot-env/syslinux/libcom32.c32 diff --git a/src/boot-env/syslinux/libutil.c32 b/src/boot-env/syslinux/libutil.c32 Binary files differindex 72c4a3ee..3e6ab4ca 100755 --- a/src/boot-env/syslinux/libutil.c32 +++ b/src/boot-env/syslinux/libutil.c32 diff --git a/src/boot-env/syslinux/lpxelinux.0 b/src/boot-env/syslinux/lpxelinux.0 Binary files differindex 5726c8ed..17074809 100644 --- a/src/boot-env/syslinux/lpxelinux.0 +++ b/src/boot-env/syslinux/lpxelinux.0 diff --git a/src/boot-env/syslinux/menu.c32 b/src/boot-env/syslinux/menu.c32 Binary files differindex 488824e1..5e0051ee 100755 --- a/src/boot-env/syslinux/menu.c32 +++ b/src/boot-env/syslinux/menu.c32 diff --git a/src/boot-env/syslinux/pxelinux.0 b/src/boot-env/syslinux/pxelinux.0 Binary files differindex 3430ff2f..1e6d1b7f 100644 --- a/src/boot-env/syslinux/pxelinux.0 +++ b/src/boot-env/syslinux/pxelinux.0 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 Binary files differindex abd6dcbf..2c3710f0 100755 --- a/src/boot-env/syslinux/vesamenu.c32 +++ b/src/boot-env/syslinux/vesamenu.c32 |