We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e11807 commit 6d9e9e8Copy full SHA for 6d9e9e8
1 file changed
ironic_python_agent/shell/write_image.sh
@@ -44,7 +44,7 @@ dd if=/dev/zero of=$DEVICE bs=512 count=10
44
## Doing two steps allows us to use dd, which allows us to tweak things like
45
## blocksize and allows use of direct io
46
# Converts image to raw
47
-log "Imaging $IMAGEFILE to RAW format"
+log "Converting $IMAGEFILE to RAW format"
48
qemu-img convert -O raw $IMAGEFILE /tmp/image.raw
49
50
# Write image onto device
0 commit comments