index
:
kvm-manager
develop
feature/style
master
KVM Manager
Fluxo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kvm-creator
Age
Commit message (
Expand
)
Author
2011-06-06
removed TAP and MAC arguments from kvm-creator, and updated README to reflect...
Daniel Kahn Gillmor
2011-06-06
Use the name of a newly created guest as the base of the name of the tap inte...
Greg Lyle
2011-05-10
sort -n doesn't properly sort hex values - resulting in duplicate
Jamie McClelland
2011-02-10
avoid chowning where possible -- create files with the correct user in the fi...
Daniel Kahn Gillmor
2010-12-11
fix output of demo command, and accept default config for MAC address
Daniel Kahn Gillmor
2009-11-16
added commentary about how the udev rule does not seem to work with lenny pro...
Daniel Kahn Gillmor
2009-11-15
fixing create()
Daniel Kahn Gillmor
2009-11-15
switch from KVMOPTS to HDA HDB HDC HDD; use udev to set the ownership for the...
Daniel Kahn Gillmor
2009-11-11
abstract away the choice of placement of homedir for non-standard systems
Daniel Kahn Gillmor
2009-11-11
make volume group default to standard vg name
Daniel Kahn Gillmor
2009-11-11
fix MAC address updates.
Daniel Kahn Gillmor
2009-11-11
streamline the shell scripting
Daniel Kahn Gillmor
2009-10-26
Don't attempt to chown non-existent netboot file.
Jamie McClelland
2009-10-26
Don't add user to kvm group - not necessary.
Jamie McClelland
2009-10-26
When creating, issue set -e after validating, not before, because
Jamie McClelland
2009-10-12
breaking out the name of the disk and placing it in a env file
Jamie McClelland
2009-10-09
I removed the line to create the netboot file and instead put
Jamie McClelland
2009-10-09
adding usage and check for valid command.
Jamie McClelland
2009-10-09
more consistent lines spacing in functions and replaced my tabs with
Jamie McClelland
2009-10-09
don't try to create directory /etc/sv/kvm unless we are creating.
Jamie McClelland
2009-10-09
tests to ensure elements don't already exist before creating them.
Jamie McClelland
2009-10-08
add user to kvm group.
Jamie McClelland
2009-10-08
fix test for /etc/sv/kvm/*
Jamie McClelland
2009-10-08
i think tap should be tap0 not just 0...
Jamie McClelland
2009-10-08
ensure /etc/sv/kvm exists.
Jamie McClelland
2009-10-08
ensure directories don't exist before creating them (I put
Jamie McClelland
2009-10-08
add vg to demo.
Jamie McClelland
2009-10-08
ensure that /etc/sv/kvm/* exists before trying to get default
Jamie McClelland
2009-10-08
make the name of the volume group a parameter to be passed rather than
Jamie McClelland
2009-10-08
make the name of the volume group a parameter to be passed rather than
Jamie McClelland
2009-10-08
initial scattered import
Daniel Kahn Gillmor