diskimage-builder/elements/debian-upstart
Gonéri Le Bouder 155accb599 debian: support upstart on Wheezy
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
2014-04-28 16:51:13 +02:00
..
root.d debian: support upstart on Wheezy 2014-04-28 16:51:13 +02:00
element-deps Add debian-upstart for experimenting with upstart 2014-01-14 22:41:25 -08:00
README.md Add debian-upstart for experimenting with upstart 2014-01-14 22:41:25 -08:00

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.