summaryrefslogtreecommitdiff
path: root/tftproot/pxelinux.cfg/01-52-54-00-12-34-56
blob: 6bd6325fb05e51f2dbd74bfbb00869a9371cf76c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SAY Cfengine automatic installation..

DEFAULT menu.c32
SERIAL 0 9600 0x303
TIMEOUT 20
PROMPT 1

#console=ttyS0,9600n81
LABEL Centos 6.5 x86_64
        MENU LABEL Centos 6.5 64-bit
        KERNEL images/centos/6.5/x86_64/vmlinuz
        APPEND initrd=images/centos/6.5/x86_64/initrd.img ksdevice=eth0 ks=http://192.168.1.12/kickstart.cfg

LABEL Centos 6.5 i386
        MENU LABEL Centos 6.5 32-bit
        KERNEL images/centos/6.5/i386/vmlinuz
        APPEND initrd=images/centos/6.5/i386/initrd.img ksdevice=eth0 ks=http://192.168.1.12/kickstart.cff console=ttyS0,9600n81