From c9173dab9a59ffb13b9679dca4d0db2809fe57e2 Mon Sep 17 00:00:00 2001 From: Elizabeth Flanagan Date: Thu, 5 Apr 2012 00:50:55 -0700 Subject: Hob: Modify Image Descriptions Fixes [YOCTO #2227] I've updated the image descriptions per the bug description. (From OE-Core rev: 479b020edbc609c3ae1e3846e9e0d1643ac10059) Signed-off-by: Elizabeth Flanagan Signed-off-by: Richard Purdie --- meta/recipes-core/images/core-image-minimal-initramfs.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-core/images/core-image-minimal-initramfs.bb') diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb index 85b9ff9b3f..4aeb6188f7 100644 --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb @@ -1,7 +1,7 @@ # Simple initramfs image. Mostly used for live images. -DESCRIPTION = "A core-image-minimal image that has the Minimal RAM-based \ -Initial Root Filesystem (initramfs) as part of the kernel, which allows the \ -system to find the first 'init' program more efficiently." +DESCRIPTION = "Small image capable of booting a device. The kernel includes \ +the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \ +first “init” program more efficiently." IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev base-passwd" -- cgit v1.2.3-54-g00ecf