debian: add systemd support

This patch adds a debian-systemd element to get systemd support with
Debian.

A backport of systemd is used on Debian Wheezy.

Change-Id: I095c81b2c32844fccf940c97b79054923c25b8c2
This commit is contained in:
Gonéri Le Bouder 2014-04-16 12:06:37 +02:00
parent 155accb599
commit 9e60987e40
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
You may want to use `systemd` instead of the classic sysv init system.
In this case, include this element in your element list.

View File

@ -0,0 +1 @@
debian

View File

@ -0,0 +1,5 @@
#!/bin/bash
set -eux
cat > ${TARGET_ROOT}/.extra_settings << EOF
DIB_DEBIAN_ALT_INIT_PACKAGE=systemd-sysv
EOF