Am 01.09.2015 um 15:37 schrieb Guillaume Gardet: > Le 01/09/2015 14:49, Misha Komarovskiy a écrit : >> On Tue, Sep 1, 2015 at 3:35 PM, Misha Komarovskiy <[email protected]> >> wrote: >>> Kernel is fine now, but but required modules won't auto >>> load even with force_drivers 8( >>> If i run dracut -f manually output is: line 2: force_drivers: command >>> not found >>> but this fix worked for me before, maybe something changed in dracut >>> itself? >> It seems the problem that force_drivers line must not contain empty >> spaces, now it look like: >> force_drivers += "cros_ec_devs ptn3460 pwm-samsung" >> and correct one is >> force_drivers+="cros_ec_devs ptn3460 pwm-samsung" >> >> with such line, dracut parse force_drivers fine. > > Indded. Just tried it and I get the display! :D > Thanks a lot! > > SR #328325 is pending: https://build.opensuse.org/request/show/328325
Guillaume, I'm pretty sure I saw a comment in the JeOS script that says that add_drivers (or so) needs the string to start with a space, to avoid that being concatenated to a previously added driver. I imagine the same applies to force_drivers as well then. Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton; HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
