Cristian Rodríguez wrote:
Maybe the mkinitrd compatibility wrapper has problems, I have seen at least one.,. fill a bug report... ;-)
Indeed that is the problem: if [ -n "${modules_all}" ];then dracut_args_all="$dracut_args --add-drivers \"${modules_all}\"" and later called as $dracut_cmd $dracut_args_all "$target" "$kernel" is expanded to dracut --logfile /var/log/YaST2/mkinitrd.log --hostonly --force --add- drivers '"thermal' processor 'fan"' <etc etc> In this case "thermal processor fan" is what I have in /etc/sysconfig/kernel. Notice how the quotes are mangled. However I don't know bash enough to see how to fix it. -- Luca Beltrame - KDE Forums team KDE Science supporter GPG key ID: 6E1A4E79 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org