From b337c57533fffa181cd99b6ff5dbf548cc9d866a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 4 Aug 2013 12:02:41 +0200 Subject: made it work again --- tftproot/images/centos/6.3/i386/README | 1 - tftproot/images/centos/6.3/x86_64/README | 1 - tftproot/images/centos/6.4/i386/README | 1 + tftproot/images/centos/6.4/x86_64/README | 1 + tftproot/pxelinux.cfg/01-52-54-00-12-34-56 | 16 ++++++++-------- tftproot/pxelinux.cfg/default | 16 ++++++++-------- 6 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 tftproot/images/centos/6.3/i386/README delete mode 100644 tftproot/images/centos/6.3/x86_64/README create mode 100644 tftproot/images/centos/6.4/i386/README create mode 100644 tftproot/images/centos/6.4/x86_64/README (limited to 'tftproot') diff --git a/tftproot/images/centos/6.3/i386/README b/tftproot/images/centos/6.3/i386/README deleted file mode 100644 index 12f6040..0000000 --- a/tftproot/images/centos/6.3/i386/README +++ /dev/null @@ -1 +0,0 @@ -PXE boot image i386 diff --git a/tftproot/images/centos/6.3/x86_64/README b/tftproot/images/centos/6.3/x86_64/README deleted file mode 100644 index 566e206..0000000 --- a/tftproot/images/centos/6.3/x86_64/README +++ /dev/null @@ -1 +0,0 @@ -PXE boot image x86_64 diff --git a/tftproot/images/centos/6.4/i386/README b/tftproot/images/centos/6.4/i386/README new file mode 100644 index 0000000..12f6040 --- /dev/null +++ b/tftproot/images/centos/6.4/i386/README @@ -0,0 +1 @@ +PXE boot image i386 diff --git a/tftproot/images/centos/6.4/x86_64/README b/tftproot/images/centos/6.4/x86_64/README new file mode 100644 index 0000000..566e206 --- /dev/null +++ b/tftproot/images/centos/6.4/x86_64/README @@ -0,0 +1 @@ +PXE boot image x86_64 diff --git a/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 b/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 index bc1d419..878c47e 100644 --- a/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 +++ b/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 @@ -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 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 -- cgit v1.2.3-54-g00ecf