
https://bugzilla.suse.com/show_bug.cgi?id=1200710 https://bugzilla.suse.com/show_bug.cgi?id=1200710#c18 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS Assignee|dracut-maintainers@suse.de |nfbrown@suse.com Flags|needinfo?(nfbrown@suse.com) | --- Comment #18 from Neil Brown <nfbrown@suse.com> --- Sorry about this. I hadn't imagined the modprobe.d file being installed somewhere that sysctl didn't exist. One option might be to blacklist the file from the initramfs. However it is probably easier to make the scriptlet safe. install sunrpc /sbin/modprobe .... && { /sbin/sysctl .... ; exit 0 ; } seems to work. I'll submit an update. -- You are receiving this mail because: You are on the CC list for the bug.