From a739e818320423fb997eabeb0cbf921f691e4ba6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 5 Sep 2012 11:09:31 +0200 Subject: reset repo --- tftproot/pxelinux.cfg/01-52-54-00-12-34-56 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tftproot/pxelinux.cfg/01-52-54-00-12-34-56 (limited to 'tftproot/pxelinux.cfg/01-52-54-00-12-34-56') diff --git a/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 b/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 new file mode 100644 index 0000000..bc1d419 --- /dev/null +++ b/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 @@ -0,0 +1,16 @@ +SAY Cfengine automatic installation.. + +DEFAULT menu.c32 +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.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 -- cgit v1.2.3-54-g00ecf