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

Comment # 8 on bug 1177461 from
(In reply to Fabian Vogt from comment #7)
> > 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.

Hi Fabian, how should we go on here?
I guess we'd either need to exclude the nfs dracut module when creating the
initrd in kiwi or we need to include the necessary files.
However, if the nfs module isn't really needed, I'd vote to omit it when
building the initrd for the image.
But I'm not sure how this could be addressed from within dracut.
Any idea?


You are receiving this mail because: