From 8f11e951233e7089d12f75666fceb582f89c9c43 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 2 Jun 2011 21:13:56 +0200 Subject: [PATCH] systemd-image: add netbase for /etc/services Signed-off-by: Koen Kooi --- recipes-angstrom/images/systemd-image.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-angstrom/images/systemd-image.bb b/recipes-angstrom/images/systemd-image.bb index f72d622..ce175b5 100644 --- a/recipes-angstrom/images/systemd-image.bb +++ b/recipes-angstrom/images/systemd-image.bb @@ -8,6 +8,7 @@ IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp" IMAGE_INSTALL += " \ angstrom-version angstrom-feed-configs \ base-files base-passwd \ + netbase \ opkg opkg-config-base \ update-alternatives-cworth \ busybox \