Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created July 9, 2014 08:22
Show Gist options
  • Save yuuichi-fujioka/9e0448ecc6a9ce907f1a to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/9e0448ecc6a9ce907f1a to your computer and use it in GitHub Desktop.
create qcow image with base image
#!/bin/bash
qemu-img create -b ${base_img_file_path} -f qcow2 ${new_img_file_path}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment