Revision cb489189 snf-image-host/create

b/snf-image-host/create
82 82
esac
83 83

  
84 84
if [ "$IMAGE_TYPE" = "custom" ]; then
85
    "$WGET" -O - $IMAGE_NAME | $monitor dd bs=4M of="$target" oflag=direct
85
    "$CURL" "$IMAGE_NAME" 2>/dev/null |\
86
        $monitor dd bs=4M of="$target" oflag=direct
86 87
else
87 88
    # dd the dump to its new home :-)
88 89
    # Deploying an image file on a target block device is a streaming copy

Also available in: Unified diff