summaryrefslogtreecommitdiff
path: root/src/modules-load/modules-load.c
AgeCommit message (Collapse)Author
2012-06-27modules-load: don't fail on builtin modules, better printsMichal Schmidt
Distinguish between non-existing modules, builtin modules, already loaded modules, and modules we load. Only the non-existing ones are treated as errors. https://bugzilla.redhat.com/show_bug.cgi?id=817760
2012-06-22modules-load: parse driver=/rd.driver= kernel command line optionLennart Poettering
This generalizes logic that already has been available in dracut before.
2012-05-07util: split-out conf-file.[ch]Kay Sievers
2012-04-12move all tools to subdirsKay Sievers