summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser
Commit message (Collapse)AuthorAgeFilesLines
* [vmchooser] added file_mode and dir_mode to CIFS mountJonathan Bauer2014-05-231-1/+1
|
* [vmchooserX] SLX_VM_NFS can now be a CIFS-shareJonathan Bauer2014-05-231-1/+13
|
* [vmchooser] fix microphones in VMsJonathan Bauer2014-05-221-0/+1
|
* [vmchooser] fix regex for HOSTRES.TXT generationJonathan Bauer2014-05-051-1/+1
| | | | fixes fullscreen in VMs when used with a dual-head monitor setup
* Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2014-04-291-0/+1
|\
| * [vmchooser] vmchooser-run_virt: Now logs executed VM commandChristian Rößler2014-04-291-0/+1
| |
* | [vmchooser] Fix resolution detection for dualhead setups (only consider left ↵Simon Rettberg2014-04-291-1/+1
|/ | | | most output, not whole virtual screen)
* [vmchooser] Fix creation of spooldir for lpd - remote log if failedSimon Rettberg2014-04-281-3/+6
|
* [vmchooser] always create spooldir for lpd in /tmp as jobs might get huge ↵Simon Rettberg2014-04-251-7/+11
| | | | (couple of hundred MBs)
* [qt] update build scripts to always activate qt4Jonathan Bauer2014-04-151-1/+4
|
* [vmchooser-runvirt] Just a little typo.Christian Rößler2014-04-141-1/+1
|
* Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2014-04-016-1/+4
|\
| * [vmchooser] More debug output if dnbd3 failsSimon Rettberg2014-03-261-1/+4
| |
| * woopsie, the return ;)Jonathan Bauer2014-03-255-51/+0Star
| |
| * [modules] new module naming conventionJonathan Bauer2014-03-255-0/+51
| | | | | | | | rename $MODULE.{conf,build} to module.{conf,build}
* | [vmware/vmchooser] Generalize string cleaning functionSimon Rettberg2014-04-011-1/+11
|/
* Sorry, jetzt korrekte Verzeichnis.Dirk2014-02-211-0/+0
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsDirk2014-02-211-5/+16
|\ | | | | | | ...
| * [printergui] Spool from VM to tmpfs home if possible, fall back to /tmpSimon Rettberg2014-02-111-5/+15
| |
| * [printergui, vmchooser] Bugfixes, net systemd service etc., printpwguiChristian Rößler2014-02-071-1/+1
| |
| * [vmchooser] mute pcsp when starting a vmJonathan Bauer2014-02-041-0/+1
| |
* | Setzen des Windows-Namens beim Booten aus Laufwerk B:Dirk2014-02-211-0/+0
|/
* Trying to fix issue #646 (no Mic input) ...Dirk2014-01-251-2/+3
|
* [vmchooser] Don't wait for non-existent service "download-config.service", ↵Simon Rettberg2014-01-231-2/+2
| | | | don't check for existence of file used internally by udhcpc module
* [vmchooser] Update resolution toolSimon Rettberg2014-01-231-0/+0
|
* Make some modules use iptables-helperSimon Rettberg2014-01-172-1/+7
|
* [vm*] Add hdd adapter type override option, to quickly fix vms where the ↵Simon Rettberg2014-01-171-0/+1
| | | | vmdk header containse wrong information
* [vmchooser] Refining iptables MASQUERADE rule to work around an issue where ↵Simon Rettberg2014-01-131-1/+1
| | | | incoming broadcast packets get their *source* address set to the local br0 address, although the old rule clearly stated to only masquerade outgoing packets (-o br0)
* [vmchooser] fix typoJonathan Bauer2013-12-161-1/+1
|
* Heavily reworked the networking for the various virtual machines:Dirk2013-12-134-9/+78
| | | | | | | | | | | | | | | | | There will be three types of network interfaces for virtual machines available all will be configured for every type of virtualization tool a) br0 is the direct host bridge into the local LAN (br0 already exists) vmnet0 for VMware vboxnet0 for VirtualBox kvmnet0* for Qemu/KVM b) nat1 is an internal bridge which "NATes" into the local LAN (with DHCP) vmnet1 for VMware vboxnet1 for VirtualBox kvmnet1* for Qemu/KVM c) vsw2 is an internal host bridge to connect software defined LANs to vmnet2 for VMware vboxnet2 for VirtualBox kvmnet2* for Qemu/KVM
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsDirk2013-12-133-3/+12
|\ | | | | | | ...
| * [vmchooser] Add sessionstart script that will source everything in ↵Simon Rettberg2013-12-132-1/+10
| | | | | | | | | | | | | | | | | | sessionstart.d Needed for beamergui. This is pretty much the same as Xsession with Xsession.d, since the vmchooser is technically the session, but we might want to run things when the actual session selected in the vmchooser starts.
| * [vmchooser] Fix NFS fallback once againSimon Rettberg2013-12-121-2/+2
| |
* | Static configuration file for udhcpd sitting on new nat1 bridge interface.Dirk2013-12-131-0/+52
|/
* Restructuring run-virt.include for vmware ...Dirk2013-12-122-10/+15
|
* Fixing the cdrom and floppy detection ...Dirk2013-12-062-17/+29
|
* [vmchooser] run-virt: busybox sort compatibilitySimon Rettberg2013-12-021-2/+2
|
* Checked and changed the shebang of some more scripts. As we want to use ash ↵Simon Rettberg2013-12-024-33/+36
| | | | in out own scripts whenever possible, only use bash where the scripts require a certain bash feature. Also add a comment right below the bash shebang that says we're not accidentally using bash here, but for a reason.
* [openslx] script systemd-vmchooser_env shebang --> /bin/bashChristian Rößler2013-11-291-1/+1
|
* [diverse modules] data dir: Changes shebangs to /bin/ashChristian Rößler2013-11-294-4/+4
|
* [vmchooser] Consistent slxlog event idsSimon Rettberg2013-11-281-2/+2
|
* [vmchooser] Add slxlog to run-virtSimon Rettberg2013-11-271-43/+51
|
* [vmchooser] fix wrong path to config file. Fixes wrong theme on startupJonathan Bauer2013-11-271-1/+1
|
* <virtualization> More path changes... Might not be complete yetSimon Rettberg2013-11-263-38/+41
|
* [vmchooser] Change path specsSimon Rettberg2013-11-2613-2/+2
|
* [vmchooser] update path of shared folder to include the new structure ofJonathan Bauer2013-11-251-1/+1
| | | | home directories.
* [vmchooser] Prefer openbox over other window managersSimon Rettberg2013-11-221-1/+1
|
* [vmchooser] run-virt backwards compatibility for NFS usageSimon Rettberg2013-11-211-1/+2
|
* [vmchooser] Rename xml pool filter var to match config variable styleSimon Rettberg2013-11-211-2/+2
|
* [vmchooser] run-virt: dnbd3 compatibilitySimon Rettberg2013-11-201-6/+13
|