aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-12breaking out the name of the disk and placing it in a env fileJamie McClelland
called kvmopts which is passed directly to kvm command.
2009-10-09Merge branch 'master' of git://lair.fifthhorseman.net/~dkg/kvm-managerJamie McClelland
2009-10-09I removed the line to create the netboot file and instead putJamie McClelland
directions in the README. This way people can decide which method they want to use.
2009-10-09greatly expanding the documentation (hopefully not too much). I thinkJamie McClelland
bridge-utils is required for the bridging - and I've added what I added to my /etc/network/interfaces file... hope that's right!
2009-10-09adding usage and check for valid command.Jamie McClelland
2009-10-09added screenrc.kvm-managerDaniel Kahn Gillmor
2009-10-09more consistent lines spacing in functions and replaced my tabs withJamie McClelland
spaces in the hopes of not making a mess in other text editors.
2009-10-09don't try to create directory /etc/sv/kvm unless we are creating.Jamie McClelland
2009-10-09tests to ensure elements don't already exist before creating them.Jamie McClelland
2009-10-09include directions for copying the screenrc.kvm-manager file into place.Jamie McClelland
2009-10-08add user to kvm group.Jamie McClelland
2009-10-08fix test for /etc/sv/kvm/*Jamie McClelland
2009-10-08i think tap should be tap0 not just 0...Jamie McClelland
2009-10-08ensure /etc/sv/kvm exists.Jamie McClelland
2009-10-08ensure directories don't exist before creating them (I putJamie McClelland
.ssh/authorized_keys in /etc/skel!).
2009-10-08add vg to demo.Jamie McClelland
2009-10-08ensure that /etc/sv/kvm/* exists before trying to get defaultJamie McClelland
values from it.
2009-10-08make the name of the volume group a parameter to be passed rather thanJamie McClelland
hard coded (missed the changes to the kvm-creator script on last commit).
2009-10-08make the name of the volume group a parameter to be passed rather thanJamie McClelland
hard coded.
2009-10-08adding directions for setting up the environment.Jamie McClelland
2009-10-08added note about dependencies to READMEDaniel Kahn Gillmor
2009-10-08initial scattered importDaniel Kahn Gillmor