155accb599
Upstart cannot be installed by debootstrap on Wheezy because of a conflict with sysvinit. sysvinit is flagged a being “essential” and apt-get will refuse to remove it. See: https://bugs.debian.org/668001 This patch uses another strategy. We install a standard sysvinit Debian chroot with debootstrap and during a second step, we replace sysvinit with the wanted init system. Change-Id: I081c81b2c32874fccf940c97b79054923c25b8c2 |
||
---|---|---|
.. | ||
root.d | ||
element-deps | ||
README.md |
By default Debian will use sysvinit for booting. If you want to experiment with Upstart, or have need of it due to a need for upstart jobs, this element will build the image with upstart as the init system.