Skip to content

Commit

Permalink
update readme/makefile with new scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
larsks committed Dec 9, 2014
1 parent eed81af commit 11bf04e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ SCRIPTS = \
virt-hosts \
virt-interfaces \
virt-pick \
virt-pick-vol
virt-pick-vol \
virt-boot \
virt-vol \
create-config-drive

all:

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ Things that are here:
associated with a domain.
- virt-pick -- use xdialog to select a domain. Accepts the same
arguments as "virsh list".

- virt-vol -- quickly create a snapshot from an existing libvirt
volume
- create-config-drive -- create a cloud-init/openstack compatible
config ISO image
- virt-boot -- wrapper for virt-install to create a snapshot,
populate a cloud-init compatible config drive, and boot an instance.

0 comments on commit 11bf04e

Please sign in to comment.