[CentOS] CentOS7 kickstart question

Fri Dec 14 14:52:43 UTC 2018
isdtor <isdtor at gmail.com>

Stephen John Smoogen writes:
> On Fri, 14 Dec 2018 at 05:02, isdtor <isdtor at gmail.com> wrote:
> >
> > Is it not possible to use an nfs based repo for kickstart under CentOS 7.5?
> >
> > E.g.
> >
> > repo --name=epel --baseurl=file://server/path/to/local/copy/of/epel
> >
> 
> So the syntax looks to be
> 
> repo --name=epel --baseurl=nfs://server:/path
> 
> that colon after server is not a spelling error.
> https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#id48
 
That seems to work now. Some error messages made it look like nfs: wasn't supported at all.
Thanks.