diff --git a/builds/any/rootfs/stretch/standard/standard.yml b/builds/any/rootfs/stretch/standard/standard.yml index 6b729e7b..ca234abe 100644 --- a/builds/any/rootfs/stretch/standard/standard.yml +++ b/builds/any/rootfs/stretch/standard/standard.yml @@ -66,6 +66,7 @@ Multistrap: Configure: overlays: - ${ONL}/builds/any/rootfs/${ONL_DEBIAN_SUITE}/common/overlay + - ${ONL}/builds/any/rootfs/${ONL_DEBIAN_SUITE}/${INIT}/overlay update-rc.d: - 'faultd defaults' diff --git a/builds/any/rootfs/stretch/systemd/overlay/sbin/init b/builds/any/rootfs/stretch/systemd/overlay/sbin/init new file mode 100755 index 00000000..8f977bd8 --- /dev/null +++ b/builds/any/rootfs/stretch/systemd/overlay/sbin/init @@ -0,0 +1,4 @@ +#!/bin/bash +/etc/boot.d/boot +echo "Starting systemd..." +exec /lib/systemd/systemd diff --git a/builds/any/rootfs/stretch/common/overlay/etc/inittab b/builds/any/rootfs/stretch/sysvinit/overlay/etc/inittab similarity index 100% rename from builds/any/rootfs/stretch/common/overlay/etc/inittab rename to builds/any/rootfs/stretch/sysvinit/overlay/etc/inittab