summaryrefslogtreecommitdiff
path: root/tftproot
diff options
context:
space:
mode:
Diffstat (limited to 'tftproot')
-rw-r--r--tftproot/README2
-rw-r--r--tftproot/images/centos/6.3/i386/README1
-rw-r--r--tftproot/images/centos/6.3/x86_64/README1
-rw-r--r--tftproot/pxelinux.cfg/01-52-54-00-12-34-5616
-rw-r--r--tftproot/pxelinux.cfg/default16
5 files changed, 36 insertions, 0 deletions
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