diff options
Diffstat (limited to 'ironic_python_agent')
| -rwxr-xr-x | ironic_python_agent/shell/write_image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic_python_agent/shell/write_image.sh b/ironic_python_agent/shell/write_image.sh index 00a85402..63a6eb70 100755 --- a/ironic_python_agent/shell/write_image.sh +++ b/ironic_python_agent/shell/write_image.sh @@ -44,7 +44,7 @@ dd if=/dev/zero of=$DEVICE bs=512 count=10 ## Doing two steps allows us to use dd, which allows us to tweak things like ## blocksize and allows use of direct io # Converts image to raw -log "Imaging $IMAGEFILE to RAW format" +log "Converting $IMAGEFILE to RAW format" qemu-img convert -O raw $IMAGEFILE /tmp/image.raw # Write image onto device |
