summaryrefslogtreecommitdiffstats
path: root/rescue/restore-image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rescue/restore-image.sh')
-rwxr-xr-xrescue/restore-image.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh
index a04eeb255..b42ed15b6 100755
--- a/rescue/restore-image.sh
+++ b/rescue/restore-image.sh
@@ -96,6 +96,7 @@ function detect_root()
devs_found=$(($(echo $devices | wc -w)/2))
root=
+ win32_part_dev=
# win32 detection won't handle complex layouts
if [ "${devs_found}" = 1 ]; then
root=$(detect_and_resize_win32 ${inst_source_dev})