diskimage-builder/elements/debian-systemd/root.d/05-debian-systemd
Gonéri Le Bouder 9e60987e40 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
2014-04-28 16:51:13 +02:00

6 lines
110 B
Bash
Executable File

#!/bin/bash
set -eux
cat > ${TARGET_ROOT}/.extra_settings << EOF
DIB_DEBIAN_ALT_INIT_PACKAGE=systemd-sysv
EOF