chiark / gitweb /
units: make Arch boot
authorTom Gundersen <teg@jklm.no>
Wed, 16 Jun 2010 11:50:55 +0000 (13:50 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 16 Jun 2010 21:13:10 +0000 (23:13 +0200)
commit1ebdf2d8793181f31b766b8342391aa1978f9917
treeb3e776d73eca8cc587d540b36db7a9cb909d3b65
parent812cce323db081634f37e4ec6d29f2b9328a3f52
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
units/arch/halt.service [new file with mode: 0644]
units/arch/poweroff.service [new file with mode: 0644]
units/arch/rc-local.service [new file with mode: 0644]
units/arch/reboot.service [new file with mode: 0644]
units/arch/sysinit.service [new file with mode: 0644]
units/getty@.service.m4
units/sysinit.target.m4