aboutsummaryrefslogtreecommitdiff
path: root/kvm-creator
AgeCommit message (Collapse)Author
2016-06-05Make coding style more uniformSilvio Rhatto
2015-01-22add CREATE_USER optional environment parameter to skip creating a userMicah Anderson
if it is set to something other than 'yes'
2011-06-06removed TAP and MAC arguments from kvm-creator, and updated README to ↵Daniel Kahn Gillmor
reflect the change
2011-06-06Use the name of a newly created guest as the base of the name of the tap ↵Greg Lyle
interface created for that guest.
2011-05-10sort -n doesn't properly sort hex values - resulting in duplicateJamie McClelland
mac address if the last mac address created ends in 0a (we get 09 as the last sorted address, hence 0a gets created again).
2011-02-10avoid chowning where possible -- create files with the correct user in the ↵Daniel Kahn Gillmor
first place
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 ↵Daniel Kahn Gillmor
properly.
2009-11-15fixing create()Daniel Kahn Gillmor
2009-11-15switch from KVMOPTS to HDA HDB HDC HDD; use udev to set the ownership for ↵Daniel Kahn Gillmor
the block device
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
validation requires checking commands that may return false.
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-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-09adding usage and check for valid command.Jamie McClelland
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-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-08initial scattered importDaniel Kahn Gillmor