summaryrefslogtreecommitdiffstats
path: root/remote/modules/run-virt
Commit message (Collapse)AuthorAgeFilesLines
* ....aaaand it's done!Simon Rettberg2016-10-311-1/+0Star
|
* [run-virt] Use xmlstarlet for xml operationsSimon Rettberg2016-10-314-3/+13
|
* [run-virt] set volume to 100% by default, cleanup output of setup_soundSimon Rettberg2016-10-241-37/+51
|
* [run-virt] Fix misspelled variable, extract UUID from xml againSimon Rettberg2016-10-243-5/+7
|
* [run-virt/...] More cleanup, refactoring, commentsSimon Rettberg2016-10-219-215/+163Star
|
* [run-virt] More cleanup; kill legacy support, rename and move includes, kill ↵Simon Rettberg2016-10-1923-434/+151Star
| | | | dead code
* [run-virt] Remove defunct/unsused fd-loop-imageSimon Rettberg2016-10-121-15/+0Star
|
* [xscreensaver] Create .xscreensaver to disable fading and apply our own dpms ↵Simon Rettberg2016-10-111-5/+48
| | | | timeouts
* [run-virt/udhcpc] Fix passing on domain suffix and search domains to VMs via ↵Simon Rettberg2016-10-062-8/+15
| | | | nat1
* [run-virt] Finish support for runscript in openslx.exe and setup_virtual_floppySimon Rettberg2016-10-054-11/+28
|
* [run-virt] openslx.exe: Windows NT4.0/2000 compatibilitySimon Rettberg2016-09-141-24/+117
|
* [run-virt] Fix firewall setup by making wget calls busybox compliant, +s ↵Simon Rettberg2016-08-304-4/+4
| | | | fw-binary
* [run-virt] $? != $!Simon Rettberg2016-08-041-1/+1
|
* [run-virt] Add lecture runscript to virtual floppySimon Rettberg2016-08-041-1/+16
|
* [run-virt] Implement automatic firewallingSimon Rettberg2016-08-047-0/+197
|
* [run-virt/vmware] Patch resolution into vmx if it's an "odd one"Simon Rettberg2016-08-031-1/+1
| | | | | | vmware doesn't allow some resolutions by default on some guests, so this workaround forces the desired resolution by some additional vmx entries.
* [run-virt] usbdetect: Add class 239 ("misc. device")Simon Rettberg2016-08-031-1/+1
|
* Update several calls to slxlog with --delete instead of having sleep + rm ↵Simon Rettberg2016-07-142-5/+2Star
| | | | follow the call
* [run-virt] Clean up macaddr gen, move to run-virt-env, assign predictable MACsSimon Rettberg2016-06-162-14/+43
| | | | Also make sure the primary VM instance always gets the same MAC and thus IP
* [run-virt] Fix invalid memory access in openslx.exeSimon Rettberg2016-05-252-8/+6Star
|
* [run-virt] Fallback to nfs3 if auto-detect (usually 4) doesn't workSimon Rettberg2016-05-111-2/+6
|
* [run-virt] Linux-VMs fd1: Slightly more explicit logging (little change)Christian Rößler2016-05-031-5/+5
|
* [run-virt] Linux-MVs fd1: systemd service file fix, other little fixChristian Rößler2016-05-032-3/+3
|
* [run-virt] Linux-VMs fd1: 'smores, Xreset UbuntuChristian Rößler2016-04-291-2/+8
|
* [run-virt] Linux-VMs fd1: Xreset, umounterChristian Rößler2016-04-294-6/+93
|
* [run-virt] Linux-VMs fd1: Stoooopid bug!Christian Rößler2016-04-281-1/+1
|
* [run-virt] Linux-VMs fd1, some more fixes, Ubuntu 14.04 LTSChristian Rößler2016-04-282-65/+126
|
* [run-virt] Linux VMs fd1: resolution corr. and native network shares, poc.Christian Rößler2016-04-2716-1/+675
|
* [run-virt] Add username field to openslx.iniSimon Rettberg2016-04-081-16/+22
|
* [run-virt] Revert config.xml and hostres.txt for backwards compatibilitySimon Rettberg2016-04-081-5/+4Star
|
* [run-virt/*] Introduce variable for downloaded vm config (was $TMPDIR/$IMGUUID)Simon Rettberg2016-04-051-3/+4
|
* [run-virt] Better support for win10 folder remappingSimon Rettberg2016-03-305-7/+65
|
* [run-virt] Add user feedback (GUI) if things go wrongSimon Rettberg2016-03-2413-38/+68
|
* [run-virt] geraffel.ini -> openslx.iniSimon Rettberg2016-03-242-2/+2
|
* [run-virt] (setup_virt_floppy)Ahem, check-in too soon, corr.Christian Rößler2016-03-241-3/+3
|
* [setup_virtual_floppy] geraffel.ini -> openslx.ini, hostres.txt -> HOSTRES.TXTChristian Rößler2016-03-241-3/+3
|
* [run-virt/hwstats/vmware] Only enable KVM in guest if hw supports itSimon Rettberg2016-03-221-6/+16
| | | | Otherwise vmware will refuse to start the virtual machine.
* [run-virt] Default to vmware shared folder for homedir for backwards compatSimon Rettberg2016-03-211-2/+2
|
* [run-virt] Remove debug messages, pass home drive letterSimon Rettberg2016-03-183-16/+27
|
* [run-virt/vmware] Error messages if mounting in win fails, fallback logicSimon Rettberg2016-03-183-24/+82
|
* [run-virt] More progress on openslx.exeSimon Rettberg2016-03-144-83/+300
|
* [run-virt] Fix mapping of drive letter, shortcut on desktopSimon Rettberg2016-03-042-11/+17
|
* [run-virt/vmware] Mount home directory in windows (first working version)Simon Rettberg2016-03-0413-75/+200
|
* [run-virt] Add pw passing and share mounting mechanism for win vmsSimon Rettberg2016-03-013-69/+856
| | | | | | This is work in progress, mechanisms in run-virt are missing. The commit contains only the required features for passing the credentials and mounting network shares inside a windows vm.
* [run-virt] Don't writelog to stdout if usb device listing failsSimon Rettberg2016-02-252-6/+10
|
* [run-virt] Better error checking/logging for dnbd3-fuseSimon Rettberg2016-02-251-11/+15
|
* [run-virt/vmware] Scan for usb devices that we should pass through before ↵Simon Rettberg2016-02-245-2/+94
| | | | starting vm
* [run-virt] openslx.exe: disable screensaver/standby, don't show error if ↵Simon Rettberg2016-02-123-5/+13
| | | | patching shutdown button caption fails on the first try
* [run-virt] Don't exit 1 if we don't have a vmstore as it's optional nowadaysSimon Rettberg2016-01-181-1/+1
|
* [run-virt] openslx.exe: Hide console, re-set logoff caption periodicallySimon Rettberg2016-01-082-6/+31
|