aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/initrdscripts
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2010-09-30 20:54:49 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-09-30 10:14:07 -0700
commitb07cc5a74abb93862f13191cd15d4aa3e1205079 (patch)
tree413ea57c35818cd865aeede695bf2d8ee1502bd1 /meta/recipes-core/initrdscripts
parentaca435f2381f8ec793074c10533ce9d97a1c578e (diff)
downloadopenembedded-core-contrib-b07cc5a74abb93862f13191cd15d4aa3e1205079.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/initrdscripts')
-rw-r--r--meta/recipes-core/initrdscripts/files/init-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/files/init-install.sh b/meta/recipes-core/initrdscripts/files/init-install.sh
index ecd0a1b44a..271acc93ff 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