util-linux replaces the 'reset' command provided by busybox with
a script that uses 'tset', which fails because it isn't installed.
Signed-off-by: Kevin Strasser <kevin.strasser@...>
---
recipes-extended/images/baryon-image.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-extended/images/baryon-image.bb b/recipes-extended/images/baryon-image.bb
index 56b160c..656fdba 100644
--- a/recipes-extended/images/baryon-image.bb
+++ b/recipes-extended/images/baryon-image.bb
@@ -2,7 +2,7 @@ IMAGE_FEATURES = "nfs-server package-management ssh-server-dropbear debug-tweaks
inherit core-image
-IMAGE_INSTALL += "samba procps mdadm e2fsprogs-mke2fs util-linux \
+IMAGE_INSTALL += "samba procps mdadm e2fsprogs-mke2fs parted \
webmin \
webmin-module-status \
webmin-module-proc \
--
1.7.9.5