summaryrefslogtreecommitdiffstats
path: root/src/boot-env/syslinux/README.pxe
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot-env/syslinux/README.pxe')
-rw-r--r--src/boot-env/syslinux/README.pxe12
1 files changed, 6 insertions, 6 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 ###########################