summaryrefslogtreecommitdiff
path: root/tftproot/pxelinux.cfg/default
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-08-04 12:02:41 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-08-04 12:02:41 +0200
commitb337c57533fffa181cd99b6ff5dbf548cc9d866a (patch)
tree35b6fdbad08c93d3c93dd5a978a182481b7f6568 /tftproot/pxelinux.cfg/default
parenta739e818320423fb997eabeb0cbf921f691e4ba6 (diff)
downloadcentosauto-b337c57533fffa181cd99b6ff5dbf548cc9d866a.tar.gz
centosauto-b337c57533fffa181cd99b6ff5dbf548cc9d866a.tar.bz2
made it work again
Diffstat (limited to 'tftproot/pxelinux.cfg/default')
-rw-r--r--tftproot/pxelinux.cfg/default16
1 files changed, 8 insertions, 8 deletions
diff --git a/tftproot/pxelinux.cfg/default b/tftproot/pxelinux.cfg/default
index bc1d419..878c47e 100644
--- a/tftproot/pxelinux.cfg/default
+++ b/tftproot/pxelinux.cfg/default
@@ -5,12 +5,12 @@ SERIAL 0 9600 0x303
TIMEOUT 20
PROMPT 1
-LABEL Centos 6.0 x86_64
- MENU LABEL Centos 6.3 64-bit
- KERNEL images/centos/6.3/x86_64/vmlinuz
- APPEND initrd=images/centos/6.3/x86_64/initrd.img ksdevice=eth0 ks=http://192.168.0.159/kickstart.cfg console=ttyS0,9600n81
+LABEL Centos 6.4 x86_64
+ MENU LABEL Centos 6.4 64-bit
+ KERNEL images/centos/6.4/x86_64/vmlinuz
+ APPEND initrd=images/centos/6.4/x86_64/initrd.img ksdevice=eth0 ks=http://192.168.1.12/kickstart.cfg console=ttyS0,9600n81
-LABEL Centos 6.0 i386
- MENU LABEL Centos 6.3 32-bit
- KERNEL images/centos/6.3/i386/vmlinuz
- APPEND initrd=images/centos/6.3/i386/initrd.img ksdevice=eth0 ks=http://192.168.0.159/kickstart.cff console=ttyS0,9600n81
+LABEL Centos 6.4 i386
+ MENU LABEL Centos 6.4 32-bit
+ KERNEL images/centos/6.4/i386/vmlinuz
+ APPEND initrd=images/centos/6.4/i386/initrd.img ksdevice=eth0 ks=http://192.168.1.12/kickstart.cff console=ttyS0,9600n81