Hello All,
 
I cannot update the following nfs url for kickstart when I execute the command:
# cobbler system edit --name=guest --kickstart=nfs:nfs_server_ip:/path/ks_some_IP.cfg
kickstart not found: None
And it's OK when I exeucte
# cobbler system edit --name=guest --kickstart=nfs://nfs_server_ip:/path/ks_some_IP.cfg
But the second url seems not correct during guest installation (alt+f3)
INFO  : url is //nfs_server_ip:/path/ks_some_IP.cfg
INFO  : file location: nfs:////nfs_server_ip:/path/ks_some_IP.cfg
ERROR : failed to mount nfs source
Would you please help me on that ?
 
Best regards,
Jiaqiang