Skip to content

Instantly share code, notes, and snippets.

@diversemix
Created May 19, 2016 10:46
Show Gist options
  • Save diversemix/0bdbbcbff23a8e39335059bf75c8b700 to your computer and use it in GitHub Desktop.
Save diversemix/0bdbbcbff23a8e39335059bf75c8b700 to your computer and use it in GitHub Desktop.
[KVM] Cloning a base VM image
#!/bin/bash
virt-clone --original test_base \
--name new_test \
--file /home/vm/images/new_test.img \
--auto-clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment