aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-23fixing dumb errors in the READMEDaniel Kahn Gillmor
2011-02-20trigger udev updates on lvm devicesDaniel Kahn Gillmor
2011-02-11have kvm block waiting for the client to connect to the socket; should enable...Daniel Kahn Gillmor
2011-02-11switch the order of invocation back around as well -- should make for a clean...Daniel Kahn Gillmor
2011-02-11switch client/server for the console back the other way: avoids lag, enables ...Daniel Kahn Gillmor
2011-02-11keep the console screen session as a child of the kvm-manager processDaniel Kahn Gillmor
2011-02-11auto-launch (and background, ugh) a screen session connected to the consoleDaniel Kahn Gillmor
2011-02-11do not enable booting from anything but the first diskDaniel Kahn Gillmor
2011-02-10control the guest if signals are sent to the parent shellDaniel Kahn Gillmor
2011-02-10fix typo in stdio name, remove unneeded -no-reboot flagDaniel Kahn Gillmor
2011-02-10removing screen session, using sockets for stdioDaniel Kahn Gillmor
2011-02-10avoid chowning where possible -- create files with the correct user in the fi...Daniel Kahn Gillmor
2011-01-26convert the disks to virtioDaniel Kahn Gillmor
2011-01-26remove explicit PCI device addresses, switch NIC to virtioDaniel Kahn Gillmor
2011-01-26add notes about how to access the monitorDaniel Kahn Gillmor
2011-01-26no need for VGNAME any moreDaniel Kahn Gillmor
2011-01-26remove the set -x and update the dateDaniel Kahn Gillmor
2011-01-26added some arguments gleaned from watching libvirt (still need to switch disk...Daniel Kahn Gillmor
2011-01-26break out kvm arguments to one-per-line to make cleaners diffsDaniel Kahn Gillmor
2011-01-26update instructionsDaniel Kahn Gillmor
2010-12-12updated README with new dependenciesDaniel Kahn Gillmor
2010-12-12work from Nat and Joseph to make it so you can rebuild the ISO without re-fet...Daniel Kahn Gillmor
2010-12-11fix output of demo command, and accept default config for MAC addressDaniel Kahn Gillmor
2010-12-11put the preseed into the initramfs.Daniel Kahn Gillmor
2010-12-11accept preseed files in di-makerDaniel Kahn Gillmor
2010-04-20allow configuration of the number of CPUs via the SMP environment variableDaniel Kahn Gillmor
2010-03-23drop -serial stdio, since that is the default when -nographicDaniel Kahn Gillmor
2010-03-23do not pass hostname= sub-arg to -net, since we are using tap, not user netwo...Daniel Kahn Gillmor
2010-03-11enable creation of kfreebsd ISOs (i have not gotten them to work with kvm yet)Daniel Kahn Gillmor
2010-01-09Merge commit '3873c791e3c1c1b9f5696085671180c6182224ee'Daniel Kahn Gillmor
2010-01-08make di-maker use the latest version of grub-mkrescueDaniel Kahn Gillmor
2010-01-08ignore local iso files as wellDaniel Kahn Gillmor
2010-01-08avoid use of temp files in kvm-statusDaniel Kahn Gillmor
2010-01-04adding first version of kvm-status script that displays informationJamie McClelland
2009-12-10allow di-maker to build ubuntu netboot install ISOs as wellDaniel Kahn Gillmor
2009-12-09fixing typo in uml-utilities package.Jamie McClelland
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-15added jamie as author, updated isntallation suggestionsDaniel Kahn Gillmor
2009-11-13abstracted out some of the pieces of the d-i makerDaniel 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-11fully transition di-maker to grub2 (should work on modern squeeze installs)Daniel Kahn Gillmor
2009-11-11better documentationDaniel 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