chiark / gitweb /
Add Mageia support
authorDexter Morgan <dmorgan@mageia.org>
Fri, 28 Oct 2011 17:16:33 +0000 (19:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 2 Nov 2011 01:16:39 +0000 (02:16 +0100)
commit6fdae8a6a40d6a3b5f77516abaee23b3eab002f6
tree8aaac96449411f44ea67e31c54f00d74fa167a36
parent25d6283acfeb87730c2c0c4c2ef76a66fa397e87
Add Mageia support

This patch adds support for the Mageia Linux distribution:
 http://www.mageia.org/

Mageia is a fork of Mandriva although some divergence has already occured
and thus inclusion of these changes upstream allow us to (hopefully)
migrate more rapidly to the new standard approaches systemd offers.
Indeed, we already use the preferred mechanism of OS identification via
the /etc/os-release file rather than a distro specific variation.

This patch mostly mirrors the patch added previously for Mandriva
support. In addition to those original authors, this patch was mostly
written by Dexter Morgan with help from Colin Guthrie and Eugeni Dodonov.
14 files changed:
Makefile.am
configure.ac
src/fsck.c
src/hostname-setup.c
src/locale-setup.c
src/quotacheck.c
src/service.c
src/systemctl.c
src/vconsole-setup.c
units/console-shell.service.m4
units/getty@.service.m4
units/mageia/prefdm.service [new file with mode: 0644]
units/rescue.service.m4
units/serial-getty@.service.m4