summaryrefslogtreecommitdiffstats
path: root/rescue/restore-image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rescue/restore-image.sh')
-rwxr-xr-xrescue/restore-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh
index a8539b290..f03831881 100755
--- a/rescue/restore-image.sh
+++ b/rescue/restore-image.sh
@@ -234,7 +234,7 @@ function write_image()
*) uncomp=cat ;;
esac
- if [ -s /tmp/fdisk.log ]; then
+ if [ -n "$win32_part_dev" ]; then
skipstart='dd of=/dev/null bs=1 count=32256 &>/dev/null;'
fi