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. --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b887d2621c..3e77a4737b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -185,6 +185,15 @@ dist_systemunit_DATA += \ units/gentoo/xdm.service endif +if TARGET_ARCH +dist_systemunit_DATA += \ + units/arch/sysinit.service \ + units/arch/rc-local.service \ + units/arch/halt.service \ + units/arch/poweroff.service \ + units/arch/reboot.service +endif + # This is needed because automake is buggy in how it generates the # rules for C programs, but not Vala programs. We therefore can't # list the .h files as dependencies if we want make dist to work. -- cgit v1.2.3-54-g00ecf