]> code.ossystems Code Review - openembedded-core.git/commitdiff
initrdscripts: remove the incorrect moblin message (Bug 368)
authorYu Ke <ke.yu@intel.com>
Thu, 30 Sep 2010 12:54:49 +0000 (20:54 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 30 Sep 2010 17:14:07 +0000 (10:14 -0700)
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

index ecd0a1b44abcabc824b37aa28ddfa03cf797f043..271acc93ffff473fc27fb45917d11a7b8a7ca62e 100644 (file)
@@ -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