diff options
author | Tom Gundersen <teg@jklm.no> | 2010-06-16 13:50:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-16 23:13:10 +0200 |
commit | 1ebdf2d8793181f31b766b8342391aa1978f9917 (patch) | |
tree | b3e776d73eca8cc587d540b36db7a9cb909d3b65 /units/getty@.service.m4 | |
parent | 812cce323db081634f37e4ec6d29f2b9328a3f52 (diff) |
units: make Arch boot
This patch gives minimal Arch support (enough to boot).
We still need to parse the services to start from /etc/rc.conf before systemd can be a drop-in replacement on Arch.
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 1ada4ffd01..8f3f628b54 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -9,6 +9,7 @@ m4_ifdef(`TARGET_FEDORA', `m4_define(`GETTY', `/sbin/mingetty')')m4_dnl m4_ifdef(`TARGET_SUSE', `m4_define(`GETTY', `/sbin/mingetty')')m4_dnl m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400')')m4_dnl m4_ifdef(`TARGET_GENTOO', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl +m4_ifdef(`TARGET_ARCH', `m4_define(`GETTY', `/sbin/agetty -8 38400')')m4_dnl m4_dnl [Unit] Description=Getty on %I |