summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Convert the repo to a source tree0.3.0sourceBrian Dolbec2016-03-233-2/+3
|
* Begin conversion to a normal source repoBrian Dolbec2016-03-234-39/+0
|
* Change the ebuild to a live 9999 in preparation for releases in the treeHEADmasterBrian Dolbec2016-03-232-20/+1
|
* Add version info and functionsBrian Dolbec2016-03-223-1/+21
|
* TIMEOUT: remove duplicate default settingsBrian Dolbec2016-02-261-2/+2
| | | | | Whenever this part of teh code runs, it has already been defauted. No need to default it again.
* Add MACHINE, CPU, ENABLE_KVM optionsBrian Dolbec2016-02-252-2/+22
| | | | | ENABLE_KVM replaces the DISABLE_KVM option that was present only in the init script. It did not have a corresponding conf.d option example. MACHINE allows for the specifcation of the system to emulate. CPU allows setting the specific cpu to emulate.
* Update the binary determination codeBrian Dolbec2016-02-252-4/+16
| | | | Make the new binary configurable. This allows multiple different vm targets using this same script.
* Add live-usb image exampleBrian Dolbec2016-02-241-0/+9
|
* Add missing DRIVE_CACHE setting to the exampleBrian Dolbec2016-02-241-0/+12
| | | Add additional note for zfs filesystems.
* Migrate from ifconfig commands to ip commandsBrian Dolbec2016-02-241-4/+5
| | | | Some systems may have the ifconfig compatibility scripts diabled. This uses all ip commands instead.
* typoRafael G. Martins2015-12-121-1/+1
|
* added DRIVE_FORMATRafael G. Martins2015-12-122-1/+9
|
* Add qemu-init-scripts-0.2.2.ebuild with reduced keywords to ~Brian Dolbec2013-11-152-1/+26
|
* fix config example, comments and error messagesRafael G. Martins2013-11-162-23/+111
|
* do not try to kill daemon if it is deadRafael G. Martins2013-11-161-5/+9
|
* fix FOREGROUND=vnc usageRafael G. Martins2013-11-162-3/+3
|
* s,/var/run,/run/gRafael G. Martins2013-11-151-3/+3
|
* Fix -display vnc=blah passingBrian Harring2012-10-173-3/+13
|
* Fix typo, s/RPDEPEND/RDEPEND/Brian Harring2012-09-231-1/+1
|
* drop the git eclass usage; it's unneededBrian Harring2012-08-241-3/+0
|
* Fix typo introduced via 6ea01f90f05b86df5bdba81b835640b1ef4de915Brian Harring2012-08-241-2/+1
|
* Pull in a fix from rafaelmartins for dealing w/ multiple qtaps.Brian Harring2012-08-232-3/+1
| | | | Uprev the version in the process.
* add dep on nc6 or socat for monitoring controlsferringbBrian Harring2012-04-141-1/+4
|
* output the start-stop-daemon command to make debugging easierBrian Harring2012-04-141-1/+3
|
* Make foreground controllable.Brian Harring2012-04-141-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 Harring2012-04-141-1/+1
|
* Make networking a bit more configurable via NIC_TYPE.Brian Harring2012-04-141-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 Harring2012-04-141-9/+10
|
* update the checkout url to use gentoo's repo rather than ferringbs private spaceBrian Harring2012-04-131-1/+1
|
* Generalize to support qemu and kvm in parallel.Brian Harring2012-04-135-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.Brian Harring2012-04-131-2/+2
|
* drop the README, instead add comments to the kvm init scriptBrian Harring2012-04-132-36/+5
|
* convert this into a usable ebuild repositoryBrian Harring2012-04-136-0/+24
|
* qtap-manipulate: Handle ifconfig appending of ':' to the iface name.Brian Harring2012-04-131-0/+2
|
* kvm-init-script: Fix breakages induced in eb70edb7, up the error checking, ↵Brian Harring2012-04-131-26/+48
| | | | cleanup.
* Properly fix user/group breakage in qtap-manipulate induced in eb70edb7.Brian Harring2012-04-132-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.Brian Harring2012-04-131-16/+16
|
* Fix breakage sanity_check breakage induced in aa49399a.Brian Harring2012-04-131-1/+1
|
* Minor fixes for residual issuesRichard Yao2012-04-142-5/+6
|
* Many small changesRichard Yao2012-03-172-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.Brian Dolbec2012-02-223-0/+161