Comment # 14 on bug 1165366 from
(In reply to Thomas Blume from comment #11)
> btw. this is a static ip setup, but the ip= parameter doesn't contain the
> static ip:
> 
> dracut:
> root=nfs4:rootserver:/srv/nfsroot/mm29:rw,relatime,vers=4.1,rsize=131072,
> wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,
> clientaddr=192.168.6.232,local_lock=none,addr=192.168.2.128
> ip=:static
> 
> that looks quite broken.

The above is caused by building the initrd without a proper /etc/resolv.conf. 
I think that is what the installer does. Every time I install on NFS I always
have to rebuild the initrd to make it work.  

With a working /etc/resolv.conf:  (on a new 15.2 install)

dracut:
root=nfs4:rootserver:/srv/nfsroot/mole28:rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp6,timeo=600,retrans=2,sec=sys,clientaddr=2a03:7520:4c68:1:ff99:ffff:0:49fc,local_lock=none,addr=2a03:7520:4c68:1::128
ifname=eth0:00:30:48:d3:75:74 ip=eth0:dhcp


You are receiving this mail because: