From eadc7b6bcb9240c3e11bdc946bea3c1cedd66642 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 11 Feb 2009 15:29:11 +0000 Subject: make sure root is reset --- rescue/restore-image.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'rescue/restore-image.sh') diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh index 6301eb5ed..a04eeb255 100755 --- a/rescue/restore-image.sh +++ b/rescue/restore-image.sh @@ -95,6 +95,7 @@ function detect_root() devs_found=$(($(echo $devices | wc -w)/2)) + root= # win32 detection won't handle complex layouts if [ "${devs_found}" = 1 ]; then root=$(detect_and_resize_win32 ${inst_source_dev}) -- cgit v1.2.1