다음 내용이 포함된 다음 킥스타트 파일이 있습니다 /var/lib/tftpboot/pxelinux.cfg
. 킥스타트가 기본적으로 인간 상호 작용 없이 이미지에서 부팅되도록 하는 옵션을 찾고 있습니다 centos6-64
. 어떻게 해야 합니까?
DEFAULT menu
PROMPT 0
MENU TITLE Cobbler | http://www.cobblerd.org/
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local
LABEL local
MENU LABEL (local)
MENU DEFAULT
LOCALBOOT -1
LABEL centos5-32
kernel /images/centos5/vmlinuz
MENU LABEL centos5-32
append initrd=/images/centos5/initrd.img ksdevice=eth0 lang= console=ttyS1,115200 text dd=http://10.5.0.50/hp/centos/5.11/i686/dd.img noapic nolapic kssendmac vmalloc=384M ks=http://10.10.10.1/cblr/svc/op/ks/profile/centos5-32
ipappend 2
LABEL centos6-64
kernel /images/centos6/vmlinuz
MENU LABEL centos6-64
append initrd=/images/centos6/initrd.img ksdevice=eth0 lang= noapic text nolapic kssendmac console=ttyS1,118200 ks=http://10.10.10.1/cblr/svc/op/ks/profile/centos6-64
ipappend 2