Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix config example, comments and error messages | 2013-11-16 | 2 | -23/+111 | |
| | |||||
* | do not try to kill daemon if it is dead | 2013-11-16 | 1 | -5/+9 | |
| | |||||
* | fix FOREGROUND=vnc usage | 2013-11-16 | 2 | -3/+3 | |
| | |||||
* | s,/var/run,/run/g | 2013-11-15 | 1 | -3/+3 | |
| | |||||
* | Fix -display vnc=blah passing | 2012-10-17 | 3 | -3/+13 | |
| | |||||
* | Fix typo, s/RPDEPEND/RDEPEND/ | 2012-09-23 | 1 | -1/+1 | |
| | |||||
* | drop the git eclass usage; it's unneeded | 2012-08-24 | 1 | -3/+0 | |
| | |||||
* | Fix typo introduced via 6ea01f90f05b86df5bdba81b835640b1ef4de915 | 2012-08-24 | 1 | -2/+1 | |
| | |||||
* | Pull in a fix from rafaelmartins for dealing w/ multiple qtaps. | 2012-08-23 | 2 | -3/+1 | |
| | | | | Uprev the version in the process. | ||||
* | add dep on nc6 or socat for monitoring controlsferringb | 2012-04-14 | 1 | -1/+4 | |
| | |||||
* | output the start-stop-daemon command to make debugging easier | 2012-04-14 | 1 | -1/+3 | |
| | |||||
* | Make foreground controllable. | 2012-04-14 | 1 | -6/+62 | |
| | | | | | | | | | | This deprecates the VNC option in favour of `FOREGROUND=vnc=:1`; in the process it makes turning off the display (none mode), and sdl mode possible. For sdl mode, it tries to rely on DISPLAY and XAUTHORITY to work. In my local usage, this *does* work, but wouldn't surprise me if there are other configurations where this doesn't (patches welcome). | ||||
* | Protect against ',' in DISKIMAGE pathways. | 2012-04-14 | 1 | -1/+1 | |
| | |||||
* | Make networking a bit more configurable via NIC_TYPE. | 2012-04-14 | 1 | -14/+36 | |
| | | | | | | | | | | | | | | | This can be: None No networking at all. br bridge mode; NIC_NET_DEPS if set is the networking needed. nat Qemu user stack; NIC model is honored, but qemu itself spins up a dhcp server and nats connections out on it's own. For most users this is likely what they'll be using- thus this is now the default. | ||||
* | readlink -f DISKIMAGE earlier, and start better using openrc capabilties. | 2012-04-14 | 1 | -9/+10 | |
| | |||||
* | update the checkout url to use gentoo's repo rather than ferringbs private space | 2012-04-13 | 1 | -1/+1 | |
| | |||||
* | Generalize to support qemu and kvm in parallel. | 2012-04-13 | 5 | -17/+34 | |
| | | | | | Specifically, do so via pulling VMSOFTWARE configuration option. Always was a hack, no need for it with this setup. | ||||
* | kvm-init-script: check the results of sanity_check. | 2012-04-13 | 1 | -2/+2 | |
| | |||||
* | drop the README, instead add comments to the kvm init script | 2012-04-13 | 2 | -36/+5 | |
| | |||||
* | convert this into a usable ebuild repository | 2012-04-13 | 6 | -0/+24 | |
| | |||||
* | qtap-manipulate: Handle ifconfig appending of ':' to the iface name. | 2012-04-13 | 1 | -0/+2 | |
| | |||||
* | kvm-init-script: Fix breakages induced in eb70edb7, up the error checking, ↵ | 2012-04-13 | 1 | -26/+48 | |
| | | | | cleanup. | ||||
* | Properly fix user/group breakage in qtap-manipulate induced in eb70edb7. | 2012-04-13 | 2 | -23/+82 | |
| | | | | | In the process, add a create_specific command. Additionally, update kvm.init to work w/ the new qtap-manipulate options. | ||||
* | Fix indentation issues induced in eb70edb7. | 2012-04-13 | 1 | -16/+16 | |
| | |||||
* | Fix breakage sanity_check breakage induced in aa49399a. | 2012-04-13 | 1 | -1/+1 | |
| | |||||
* | Minor fixes for residual issues | 2012-04-14 | 2 | -5/+6 | |
| | |||||
* | Many small changes | 2012-03-17 | 2 | -60/+115 | |
| | | | | | | | | Eliminate bashisms Include missing qtap-manipulate script Make indentation use tabs to match other scripts in Gentoo Eliminate boot=on flag being removed from upstream QEMU Switch from default binary from kvm to qemu-kvm | ||||
* | initial commit of the init script, a sample config and Readme. | 2012-02-22 | 3 | -0/+161 | |