summaryrefslogtreecommitdiff
path: root/unsorted/centosauto/tftproot/pxelinux.cfg/default
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-12-13 15:06:54 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-12-13 15:06:54 +0100
commitbd716eb2737a7bb9de4a595319fa37efddd1b58d (patch)
treeaf59955c862a8bace8672bad5167d9ed138c9d1b /unsorted/centosauto/tftproot/pxelinux.cfg/default
parentccd4d0bb0f603e3e7ccbdc476c963c7b24e687e4 (diff)
downloadbiruda-bd716eb2737a7bb9de4a595319fa37efddd1b58d.tar.gz
biruda-bd716eb2737a7bb9de4a595319fa37efddd1b58d.tar.bz2
added old centos auto project (unsorted)
Diffstat (limited to 'unsorted/centosauto/tftproot/pxelinux.cfg/default')
-rw-r--r--unsorted/centosauto/tftproot/pxelinux.cfg/default16
1 files changed, 16 insertions, 0 deletions
diff --git a/unsorted/centosauto/tftproot/pxelinux.cfg/default b/unsorted/centosauto/tftproot/pxelinux.cfg/default
new file mode 100644
index 0000000..878c47e
--- /dev/null
+++ b/unsorted/centosauto/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.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.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