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