From b07cc5a74abb93862f13191cd15d4aa3e1205079 Mon Sep 17 00:00:00 2001
From: Yu Ke <ke.yu@intel.com>
Date: Thu, 30 Sep 2010 20:54:49 +0800
Subject: initrdscripts: remove the incorrect moblin message (Bug 368)

When install the live image into netbook/emenlow, the install tool prompt:
# Found drive at /dev/sda. Do you want to install moblin there ? [y/n]
The "moblin" here should be replaced by "poky".

Fix [BUGID #368]

Signed-off-by: Yu Ke <ke.yu@intel.com>
---
 meta/recipes-core/initrdscripts/files/init-install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/initrdscripts/files/init-install.sh b/meta/recipes-core/initrdscripts/files/init-install.sh
index ecd0a1b44..271acc93f 100644
--- a/meta/recipes-core/initrdscripts/files/init-install.sh
+++ b/meta/recipes-core/initrdscripts/files/init-install.sh
@@ -21,7 +21,7 @@ for device in 'hda' 'hdb' 'sda' 'sdb'
 	  found="yes"
 
 	  while true; do
-	      echo "Found drive at /dev/${device}. Do you want to install moblin there ? [y/n]"
+	      echo "Found drive at /dev/${device}. Do you want to install poky there ? [y/n]"
 	      read answer
 	      if [ "$answer" = "y" ] ; then
 		  break
-- 
cgit v1.2.3