From 1ebdf2d8793181f31b766b8342391aa1978f9917 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 16 Jun 2010 13:50:55 +0200 Subject: 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. --- units/getty@.service.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'units/getty@.service.m4') 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 -- cgit v1.2.3-54-g00ecf