Age | Commit message (Expand) | Author |
2011-02-11 | switch the order of invocation back around as well -- should make for a clean... | Daniel Kahn Gillmor |
2011-02-11 | switch client/server for the console back the other way: avoids lag, enables ... | Daniel Kahn Gillmor |
2011-02-11 | keep the console screen session as a child of the kvm-manager process | Daniel Kahn Gillmor |
2011-02-11 | auto-launch (and background, ugh) a screen session connected to the console | Daniel Kahn Gillmor |
2011-02-11 | do not enable booting from anything but the first disk | Daniel Kahn Gillmor |
2011-02-10 | control the guest if signals are sent to the parent shell | Daniel Kahn Gillmor |
2011-02-10 | fix typo in stdio name, remove unneeded -no-reboot flag | Daniel Kahn Gillmor |
2011-02-10 | removing screen session, using sockets for stdio | Daniel Kahn Gillmor |
2011-02-10 | avoid chowning where possible -- create files with the correct user in the fi... | Daniel Kahn Gillmor |
2011-01-26 | convert the disks to virtio | Daniel Kahn Gillmor |
2011-01-26 | remove explicit PCI device addresses, switch NIC to virtio | Daniel Kahn Gillmor |
2011-01-26 | add notes about how to access the monitor | Daniel Kahn Gillmor |
2011-01-26 | no need for VGNAME any more | Daniel Kahn Gillmor |
2011-01-26 | remove the set -x and update the date | Daniel Kahn Gillmor |
2011-01-26 | added some arguments gleaned from watching libvirt (still need to switch disk... | Daniel Kahn Gillmor |
2011-01-26 | break out kvm arguments to one-per-line to make cleaners diffs | Daniel Kahn Gillmor |
2011-01-26 | update instructions | Daniel Kahn Gillmor |
2010-12-12 | updated README with new dependencies | Daniel Kahn Gillmor |
2010-12-12 | work from Nat and Joseph to make it so you can rebuild the ISO without re-fet... | Daniel Kahn Gillmor |
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 |