diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-19 02:03:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-19 02:03:17 +0200 |
commit | b2423f1f436f847d9fc96a63679be2b5552b6baf (patch) | |
tree | b73ef68fc3335bf43684fa142d8a4e638534d9a3 /.gitignore | |
parent | 9f24a81068b69e1670d685c4917a5f9f3074d845 (diff) |
modules-load: add systemd-modules-load tool that can load a configured list of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7a20505416..7e7b626008 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +systemd-modules-load systemd-auto-console-getty systemd-shutdownd systemd-random-seed |