aboutsummaryrefslogtreecommitdiff
path: root/kvm-creator
AgeCommit message (Expand)Author
2016-06-05Make coding style more uniformSilvio Rhatto
2015-01-22add CREATE_USER optional environment parameter to skip creating a userMicah Anderson
2011-06-06removed TAP and MAC arguments from kvm-creator, and updated README to reflect...Daniel Kahn Gillmor
2011-06-06Use the name of a newly created guest as the base of the name of the tap inte...Greg Lyle
2011-05-10sort -n doesn't properly sort hex values - resulting in duplicateJamie McClelland
2011-02-10avoid chowning where possible -- create files with the correct user in the fi...Daniel Kahn Gillmor
2010-12-11fix output of demo command, and accept default config for MAC addressDaniel Kahn Gillmor
2009-11-16added commentary about how the udev rule does not seem to work with lenny pro...Daniel Kahn Gillmor
2009-11-15fixing create()Daniel Kahn Gillmor
2009-11-15switch from KVMOPTS to HDA HDB HDC HDD; use udev to set the ownership for the...Daniel Kahn Gillmor
2009-11-11abstract away the choice of placement of homedir for non-standard systemsDaniel Kahn Gillmor
2009-11-11make volume group default to standard vg nameDaniel Kahn Gillmor
2009-11-11fix MAC address updates.Daniel Kahn Gillmor
2009-11-11streamline the shell scriptingDaniel Kahn Gillmor
2009-10-26Don't attempt to chown non-existent netboot file.Jamie McClelland
2009-10-26Don't add user to kvm group - not necessary.Jamie McClelland
2009-10-26When creating, issue set -e after validating, not before, becauseJamie McClelland
2009-10-12breaking out the name of the disk and placing it in a env fileJamie McClelland
2009-10-09I removed the line to create the netboot file and instead putJamie McClelland
2009-10-09adding usage and check for valid command.Jamie McClelland
2009-10-09more consistent lines spacing in functions and replaced my tabs withJamie McClelland
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-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
2009-10-08add vg to demo.Jamie McClelland
2009-10-08ensure that /etc/sv/kvm/* exists before trying to get defaultJamie McClelland
2009-10-08make the name of the volume group a parameter to be passed rather thanJamie McClelland
2009-10-08make the name of the volume group a parameter to be passed rather thanJamie McClelland
2009-10-08initial scattered importDaniel Kahn Gillmor