summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/initrdscripts
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/initrdscripts')
-rw-r--r--meta/recipes-core/initrdscripts/files/init-install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/initrdscripts/files/init-install.sh b/meta/recipes-core/initrdscripts/files/init-install.sh
index d31d994341..90978dd36a 100644
--- a/meta/recipes-core/initrdscripts/files/init-install.sh
+++ b/meta/recipes-core/initrdscripts/files/init-install.sh
@@ -23,6 +23,9 @@ for device in 'hda' 'hdb' 'sda' 'sdb'
23 found="yes" 23 found="yes"
24 24
25 while true; do 25 while true; do
26 # Try sleeping here to avoid getting kernel messages
27 # obscuring/confusing user
28 sleep 5
26 echo "Found drive at /dev/${device}. Do you want to install this image there ? [y/n]" 29 echo "Found drive at /dev/${device}. Do you want to install this image there ? [y/n]"
27 read answer 30 read answer
28 if [ "$answer" = "y" ] ; then 31 if [ "$answer" = "y" ] ; then