Merge "debian: add systemd support"

This commit is contained in:
Jenkins 2014-04-30 12:08:01 +00:00 committed by Gerrit Code Review
commit b46ece4de9
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