Hi! Is it possible to replace the http repositories in the kickstart file from cobbler with nfs or other sources?
In my case Cobbler does all the work. Import of distros, local mirroring of repositories and so on. But everything is saved on a NAS. The NAS is much faster when accessed via nfs directly instead of http via the cobbler server. So is it possible to turn this: url --url=http://cobbler.server/cblr/ks_mirror/os1 repo --name=repo1 --baseurl=http://cobbler.server/cblr/repo_mirror/repo1 Into something like this: url --url=nfs://nas.server:/ks_mirror/os1 repo --name=repo1 --baseurl=nfs://nas.server:/repo_mirror/repo1 Thank you for any help in advance. Best regards mad _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
