index
:
kvm-manager
develop
feature/style
master
KVM Manager
Fluxo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-12-11
fix output of demo command, and accept default config for MAC address
Daniel Kahn Gillmor
2010-12-11
put the preseed into the initramfs.
Daniel Kahn Gillmor
2010-12-11
accept preseed files in di-maker
Daniel Kahn Gillmor
2010-04-20
allow configuration of the number of CPUs via the SMP environment variable
Daniel Kahn Gillmor
2010-03-23
drop -serial stdio, since that is the default when -nographic
Daniel Kahn Gillmor
2010-03-23
do not pass hostname= sub-arg to -net, since we are using tap, not user netwo...
Daniel Kahn Gillmor
2010-03-11
enable creation of kfreebsd ISOs (i have not gotten them to work with kvm yet)
Daniel Kahn Gillmor
2010-01-09
Merge commit '3873c791e3c1c1b9f5696085671180c6182224ee'
Daniel Kahn Gillmor
2010-01-08
make di-maker use the latest version of grub-mkrescue
Daniel Kahn Gillmor
2010-01-08
ignore local iso files as well
Daniel Kahn Gillmor
2010-01-08
avoid use of temp files in kvm-status
Daniel Kahn Gillmor
2010-01-04
adding first version of kvm-status script that displays information
Jamie McClelland
2009-12-10
allow di-maker to build ubuntu netboot install ISOs as well
Daniel Kahn Gillmor
2009-12-09
fixing typo in uml-utilities package.
Jamie McClelland
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-15
added jamie as author, updated isntallation suggestions
Daniel Kahn Gillmor
2009-11-13
abstracted out some of the pieces of the d-i maker
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
fully transition di-maker to grub2 (should work on modern squeeze installs)
Daniel Kahn Gillmor
2009-11-11
better documentation
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
Merge branch 'master' of git://lair.fifthhorseman.net/~dkg/kvm-manager
Jamie McClelland
2009-10-09
I removed the line to create the netboot file and instead put
Jamie McClelland
2009-10-09
greatly expanding the documentation (hopefully not too much). I think
Jamie McClelland
2009-10-09
adding usage and check for valid command.
Jamie McClelland
2009-10-09
added screenrc.kvm-manager
Daniel Kahn Gillmor
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-09
include directions for copying the screenrc.kvm-manager file into place.
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
adding directions for setting up the environment.
Jamie McClelland
2009-10-08
added note about dependencies to README
Daniel Kahn Gillmor
2009-10-08
initial scattered import
Daniel Kahn Gillmor