diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-10 05:00:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-10 18:00:21 +0200 |
commit | 302e8c4c4c7c776531d33fddae9cc0cac90846c3 (patch) | |
tree | 22f29c6b03a036c20c218740a10834fd59f52b90 /Makefile.am | |
parent | e293f0f07d0dcff74acf756a2b88d7bd949257a7 (diff) |
hostname: set hostname early during boottime
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f63b3e4f8f..9d8bd9df30 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,7 +104,9 @@ COMMON_SOURCES= \ cgroup.c \ cgroup.h \ mount-setup.c \ - mount-setup.h + mount-setup.h \ + hostname-setup.c \ + hostname-setup.h systemd_SOURCES = \ $(COMMON_SOURCES) \ |