Displaying 5 results from an estimated 5 matches for "id48".
Did you mean:
d48
2018 Dec 14
2
CentOS7 kickstart question
...po --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.
2018 Dec 14
2
CentOS7 kickstart question
...il.com> wrote:
>
> > > 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.
>
> Well, I spoke too soon - forgot to update the template and the test vm
> still kickstarted with http repos.
>
> This is not working, the prob...
2018 Dec 14
2
CentOS7 kickstart question
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
With trial and error I figured out that this is the correct syntax to use for an nfs-based repo. But packages from this repo in the %packages section are not found.
You have specificed that the package 'bla' should be installed. This
2018 Dec 14
0
CentOS7 kickstart question
...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
> With trial and error I figured out that this is the correct syntax to use for an nfs-based repo. But packages from this repo in the %packages section are not found.
>
> You have specificed that the package 'bla' should be installed. This package does not exist. ...
>
> It...
2018 Dec 14
0
CentOS7 kickstart question
> > 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.
Well, I spoke too soon - forgot to update the template and the test vm still kickstarted with http repos.
This is not working, the problem persists as described in my original...