anaconda failed to fetch kickstart centos 7 server and client
by Mohtek from LinuxQuestions.org on (#4TNYJ)
I am working through getting a kickstart server built. I'm have some syntax issues with a /pxelinux.cfg/kickstart.menu entry.
The entry is as follows:
LABEL Centos7
MENU LABEL Install ^Centos 7
KERNEL networkboot/vmlinuz
APPEND initrd=networkboot/initrd.img inst.repo=nfs://192.168.50.180/var/ftp/pub ks=nfs://192.168.50.180/var/ftp/pub/centos75.cfg
What is the structure I need for nfs for the inst.repo and the ks entries above?


The entry is as follows:
LABEL Centos7
MENU LABEL Install ^Centos 7
KERNEL networkboot/vmlinuz
APPEND initrd=networkboot/initrd.img inst.repo=nfs://192.168.50.180/var/ftp/pub ks=nfs://192.168.50.180/var/ftp/pub/centos75.cfg
What is the structure I need for nfs for the inst.repo and the ks entries above?