eb26c1a0b1
“debian” element now source the ${TARGET_ROOT}/.extra_settings file. We can use this file to adjust its behavior and specifiy what init system should be used. Change-Id: Id57ce879341184a57851d2578cf70978f409a48e
6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
set -eux
|
|
cat > ${TARGET_ROOT}/.extra_settings << EOF
|
|
DIB_DEBIAN_ALT_INIT_PACKAGE=upstart
|
|
EOF
|