Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix config example, comments and error messages | Rafael G. Martins | 2013-11-16 | 2 | -23/+111 |
| | |||||
* | do not try to kill daemon if it is dead | Rafael G. Martins | 2013-11-16 | 1 | -5/+9 |
| | |||||
* | fix FOREGROUND=vnc usage | Rafael G. Martins | 2013-11-16 | 2 | -3/+3 |
| | |||||
* | s,/var/run,/run/g | Rafael G. Martins | 2013-11-15 | 1 | -3/+3 |
| | |||||
* | Fix -display vnc=blah passing | Brian Harring | 2012-10-17 | 1 | -3/+2 |
| | |||||
* | Pull in a fix from rafaelmartins for dealing w/ multiple qtaps. | Brian Harring | 2012-08-23 | 1 | -3/+1 |
| | | | | Uprev the version in the process. | ||||
* | output the start-stop-daemon command to make debugging easier | Brian Harring | 2012-04-14 | 1 | -1/+3 |
| | |||||
* | Make foreground controllable. | Brian Harring | 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. | Brian Harring | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | Make networking a bit more configurable via NIC_TYPE. | Brian Harring | 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. | Brian Harring | 2012-04-14 | 1 | -9/+10 |
| | |||||
* | Generalize to support qemu and kvm in parallel. | Brian Harring | 2012-04-13 | 3 | -0/+287 |
Specifically, do so via pulling VMSOFTWARE configuration option. Always was a hack, no need for it with this setup. |