13.01.2018 10:57, Paul Neuwirth пишет:
Hello,
first, what seems to be a bug for me, installing a new bootloader, respectivly creating a new initrd using "yast bootloader" results in an initrd creation, which ignores my config I placed into /etc/dracut.conf.d/: # ls -l /etc/dracut.conf.d/ total 12 -rw-r--r-- 1 root root 22 22. Dez 14:13 02-early-microcode.conf -rw-r--r-- 1 root root 41 13. Jan 08:32 10-iscsi.conf -rw-r--r-- 1 root root 487 22. Dez 14:13 99-debug.conf drwxr-xr-x 1 root root 12 12. Jan 08:39 modules.d # cat /etc/dracut.conf.d/10-iscsi.conf add_dracutmodules+="debug network iscsi"
The correct syntax is add_dracutmodules+=" debug network iscsi " (note extra spaces around value) and it works using "mkinitrd" here. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org