diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-22 02:15:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-22 02:41:18 +0200 |
commit | 337eebb936be1da1215535e866965ce54c82d755 (patch) | |
tree | 11d15c0122530be710b34c5cc1ce06c0d987cf4d /Makefile.am | |
parent | cc1368e3b3585ab822d76e00945ed4c064047530 (diff) |
container: spawn a getty instead of a sulogin in a container
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 22a04d4a1b..ab7fca677a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -304,6 +304,7 @@ nodist_systemunit_DATA = \ units/getty@.service \ units/serial-getty@.service \ units/console-shell.service \ + units/console-getty.service \ units/systemd-initctl.service \ units/systemd-shutdownd.service \ units/systemd-modules-load.service \ @@ -339,6 +340,7 @@ EXTRA_DIST += \ units/getty@.service.m4 \ units/serial-getty@.service.m4 \ units/console-shell.service.m4.in \ + units/console-getty.service.m4.in \ units/rescue.service.m4.in \ units/systemd-initctl.service.in \ units/systemd-shutdownd.service.in \ |