9e60987e40
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
6 lines
110 B
Bash
Executable File
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
|