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>
This commit is contained in:
Yu Ke 2010-09-30 20:54:49 +08:00 committed by Saul Wold
parent aca435f238
commit b07cc5a74a
1 changed files with 1 additions and 1 deletions

View 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