diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-22 00:29:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-22 00:29:53 +0200 |
commit | 11c3a4eeb7e65eccd6fc0870bb1cda315fa33ba5 (patch) | |
tree | 139deea916d530f19dda6a2c0f6e1ac28f626314 /Makefile.am | |
parent | e962f5c34f8e292090fa8c7cb265106a621c8735 (diff) |
kmod: automatically load a few kernel modules we need for normal operation before udev is active
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 8313e57ff7..194e3737d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -188,6 +188,7 @@ COMMON_SOURCES = \ src/mount-setup.c \ src/hostname-setup.c \ src/loopback-setup.c \ + src/kmod-setup.c \ src/utmp-wtmp.c \ src/specifier.c \ src/unit-name.c \ |