diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-06 20:21:08 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-06 20:34:28 +0200 |
commit | fa0f4d8a3a640b235f12e9eb998ce726495622c1 (patch) | |
tree | 0ebeda700b136a8da1a4b9b70b76d245bec9f71c /Makefile.am | |
parent | 057fbb58851f97cfcf4d90d5d3c539ac6f8ab13d (diff) |
main: add a native implementation of the 'nomodules' kernel option understood by fedora init scripts
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4e4fd52081..fd02db3d09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -267,6 +267,7 @@ libsystemd_core_la_SOURCES = \ src/hostname-setup.c \ src/loopback-setup.c \ src/kmod-setup.c \ + src/modprobe-setup.c \ src/utmp-wtmp.c \ src/specifier.c \ src/unit-name.c \ |