From d7442a887f29cbf62db1930fa8d4f423be5ab60f Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 12 Nov 2008 10:59:45 +0000 Subject: really give a chance to retry (though, it will still go to the writing if nothing is detected) --- rescue/restore-image.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh index bf7a04215..d0f3c1f69 100755 --- a/rescue/restore-image.sh +++ b/rescue/restore-image.sh @@ -113,6 +113,7 @@ function write_image() _msgbox "\nError writing image: disk device not detected.\n" # so that netbooks using USB sticks as disks can retry (like Gdium) welcome + root=$(detect_root) fi image=$(cat $images_dir/list | cut -d ',' -f 3) -- cgit v1.2.1