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/README | 2 ++ tftproot/images/centos/6.3/i386/README | 1 + tftproot/images/centos/6.3/x86_64/README | 1 + tftproot/pxelinux.cfg/01-52-54-00-12-34-56 | 16 ++++++++++++++++ tftproot/pxelinux.cfg/default | 16 ++++++++++++++++ 5 files changed, 36 insertions(+) create mode 100644 tftproot/README create mode 100644 tftproot/images/centos/6.3/i386/README create mode 100644 tftproot/images/centos/6.3/x86_64/README create mode 100644 tftproot/pxelinux.cfg/01-52-54-00-12-34-56 create mode 100644 tftproot/pxelinux.cfg/default (limited to 'tftproot') diff --git a/tftproot/README b/tftproot/README new file mode 100644 index 0000000..adf0c7a --- /dev/null +++ b/tftproot/README @@ -0,0 +1,2 @@ +menu.c32 +pxelinux.0 diff --git a/tftproot/images/centos/6.3/i386/README b/tftproot/images/centos/6.3/i386/README new file mode 100644 index 0000000..12f6040 --- /dev/null +++ b/tftproot/images/centos/6.3/i386/README @@ -0,0 +1 @@ +PXE boot image i386 diff --git a/tftproot/images/centos/6.3/x86_64/README b/tftproot/images/centos/6.3/x86_64/README new file mode 100644 index 0000000..566e206 --- /dev/null +++ b/tftproot/images/centos/6.3/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 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 diff --git a/tftproot/pxelinux.cfg/default b/tftproot/pxelinux.cfg/default new file mode 100644 index 0000000..bc1d419 --- /dev/null +++ b/tftproot/pxelinux.cfg/default @@ -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