Skip to content

Commit

Permalink
Merge pull request #70 from cgwalters/revert-sparse
Browse files Browse the repository at this point in the history
Revert "Use `dd conv=sparse`"
  • Loading branch information
cgwalters authored Oct 30, 2019
2 parents 980b1c9 + 620f528 commit 16d576e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreos-installer
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ write_image_to_disk() {
fi

$DECOMPRESSION_TOOL /mnt/dl/imagefile.compressed |\
dd bs=1M iflag=fullblock oflag=direct conv=sparse of="${DEST_DEV}" status=none
dd bs=1M iflag=fullblock oflag=direct of="${DEST_DEV}" status=none
RETCODE=$?
if [[ $RETCODE -ne 0 ]]; then
log "failed to write image to disk"
Expand Down

0 comments on commit 16d576e

Please sign in to comment.