Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): kickstart How reproducible: My ks.cfg refer to this link https://access.redhat.com/site/documentation/zh-CN/Red_Hat_Enterprise_Linux/6/html/Migration_Planning_Guide/ch02s02s02.html the said if do not set "network" the will hint you set network information to the NIC, but Centos6.5 did not do that. Steps to Reproduce: 1. 2. 3. Actual results: In the Centos 5.5 ISO with kickstart,I set "network bootproto=query "to the configuration file,when i install system, hint me set network information to the NIC. But Centos6.5 did not do that.When system install success, I see the eth0 configuration file "bootproto=query" Expected results: Install Centos6.5 with kickstart Additional info: https://access.redhat.com/site/documentation/zh-CN/Red_Hat_Enterprise_Linux/6/html/Migration_Planning_Guide/ch02s02s02.html
i fix it, add "asknetwork" option the isolinux.cfg like append ks=cdrom:/isolinux/ks.cfg asknetwork initrd=initrd.img
While Red Hat welcomes bug reports on Red Hat products here in our public bugzilla database, please keep in mind that bugzilla is not a support tool or means of accessing support. If you would like technical support please visit our support portal at access.redhat.com or call us for information on subscription offerings to suit your needs.