From c2e604c898124c7cce50cc175d59bc83ee5a73a8 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 31 May 2011 14:49:16 +0200 Subject: [PATCH] systemd-image: tweaks to make first boot succeed Signed-off-by: Koen Kooi --- recipes-angstrom/images/systemd-image.bb | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/recipes-angstrom/images/systemd-image.bb b/recipes-angstrom/images/systemd-image.bb index 3ecbd25..82eadc3 100644 --- a/recipes-angstrom/images/systemd-image.bb +++ b/recipes-angstrom/images/systemd-image.bb @@ -7,14 +7,16 @@ IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp" IMAGE_INSTALL += " \ angstrom-version angstrom-feed-configs \ - base-files base-passwd \ - opkg opkg-config-base \ - update-alternatives-cworth \ - busybox \ + base-files base-passwd \ + opkg opkg-config-base \ + update-alternatives-cworth \ + busybox \ dropbear \ - e2fsprogs-e2fsck \ + e2fsprogs-e2fsck e2fsprogs-blkid \ avahi-daemon avahi-utils avahi-systemd \ - connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi" + connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi \ + systemd-compat-units \ +" IMAGE_DEV_MANAGER = "udev" IMAGE_INIT_MANAGER = "systemd"