angstrom-systemd-image: small image with systemd as init manager
[openembedded.git] / recipes / images / angstrom-systemd-image.bb
blob9e2133522b8d1e65753e3ff46c71af532a26168f
1 #Angstrom image to test systemd
3 IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
5 IMAGE_INSTALL = " \
6 busybox \
7 bash-sh \
8 dropbear \
9 e2fsprogs-e2fsck \
10 avahi-daemon avahi-utils \
11 connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi"
13 IMAGE_DEV_MANAGER = "udev"
14 IMAGE_INIT_MANAGER = "systemd"
15 IMAGE_INITSCRIPTS = " "
16 IMAGE_LOGIN_MANAGER = "tinylogin shadow"
19 inherit image