ironic-python-agent/teeth_agent/shell
Jay Faulkner 3b9dfcb43f speedup(image): Use dd to write image
- Converting the image to raw first takes around 2 seconds in a ramdisk,
  but using dd to image the disk speeds up imaging almost 2x by allowing
  use of direct IO and blocksizes.
- We may need, in the future, to be able to configure the options passed
  to dd based on the hardware we're imaging onto. These options have
  been confirmed as better than qemu-img on most hardware.
2014-01-31 15:13:52 -08:00
..
copy_configdrive_to_disk.sh split makefs.sh into two scripts 2014-01-28 15:54:07 -08:00
reboot.sh add run_image command 2014-01-17 15:59:56 -08:00
write_image.sh speedup(image): Use dd to write image 2014-01-31 15:13:52 -08:00