5 lines
119 B
Text
5 lines
119 B
Text
|
#!/bin/bash
|
||
|
set -eux
|
||
|
echo upstart >> ${TARGET_ROOT}/.extra-packages
|
||
|
echo debian-upstart >> ${TARGET_ROOT}/.distro-name
|