Fabian Vogt changed bug 1177461
What Removed Added
Flags needinfo?(fvogt@suse.com)  

Comment # 7 on bug 1177461 from
(In reply to Thomas Blume from comment #6)
> (In reply to Fabian Vogt from comment #0)
> > [  188s] dracut-install: ERROR: installing '/etc/services'
> > [  188s] dracut-install: ERROR: installing '/etc/nsswitch.conf'
> > [  188s] dracut-install: ERROR: installing '/etc/protocols'
> > [  188s] dracut: FAILED: /usr/lib/dracut/dracut-install -D
> > /var/tmp/dracut.81Rh4v/initramfs -a /etc/services /etc/nsswitch.conf
> > /etc/rpc /etc/protocols /etc/idmapd.conf
> > [  188s] sed: can't read /etc/nsswitch.conf: No such file or directory
> > 
> ...
> The installation of those network service files seems to be bound to the
> inclusion of either the nfs or the cifs module:
> 
> -->
> # grep -r 'etc/protocol' /usr/lib/dracut/modules.d/
> grep: /usr/lib/dracut/modules.d/30ignition/ignition: binary file matches
> /usr/lib/dracut/modules.d/95cifs/module-setup.sh:    inst_multiple
> /etc/services /etc/nsswitch.conf /etc/protocols
> /usr/lib/dracut/modules.d/95nfs/module-setup.sh:    inst_multiple
> /etc/services /etc/nsswitch.conf /etc/rpc /etc/protocols /etc/idmapd.conf
> --<
> 
> Are these modules getting included in the test?

It still uses the initrd generated by kiwi at that point, which is built with
"--no-hostonly". As nfs tools are available, it includes the nfs dracut module
as well.


You are receiving this mail because: