mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user