diff options
-rwxr-xr-x | rescue/restore-image.sh | 2 |
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 |