diff options
Diffstat (limited to 'meta/recipes-core/initrdscripts')
-rw-r--r-- | meta/recipes-core/initrdscripts/files/init-install.sh | 2 |
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 |