In order to use Kickstart with a configuration file on an NFS server using eth1 to access the network, what would be the proper boot command for this?
A.
linux ks=nfs:<server>/<path> ksdevice=eth1
B.
linux ks
C.
linux ks=<server>:/<path> ksdevice=eth1
D.
linux ks=nfs:<server>/<path> dev=eth1