summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser
Commit message (Collapse)AuthorAgeFilesLines
* Moved common data files of vmchooser and vmchooser2 to new module called ↵Simon Rettberg2015-05-1524-1852/+3Star
| | | | run-virt
* Compatibility improvements with ldadp and windows servers in mount scriptsSimon Rettberg2015-05-151-1/+1
|
* [vm*] Only explicitly set sound card if there's more than one in the host systemSimon Rettberg2015-03-041-4/+6
|
* [vmchooser] fix funny variablesJonathan Bauer2014-10-311-0/+1
|
* [vmchooser/vmware] added support for 2nd shared folder to enable a common ↵Jonathan Bauer2014-10-071-3/+7
| | | | share folder in the VMs
* [vmchooser] fix eventual spaces in SOUND_CARD_INDEXJonathan Bauer2014-10-011-0/+3
|
* [vm*] set default sound card for vmware instead of using auto-detectJonathan Bauer2014-10-011-15/+33
|
* [vmchooser] Fix microphone input even moreSimon Rettberg2014-09-301-12/+29
|
* [vmchooser*] Sync vmchooser-run_virt scriptsSimon Rettberg2014-09-291-15/+17
|
* "Fedora Support", step 1 ->Simon Rettberg2014-07-041-0/+3
| | | | | | | | | | | | | | | | Several changes: 1) Make sure /bin /sbin /lib and /lib64 are ALWAYS symlinks to /usr/XXX, no matter what the current distribution does. 2) Make sure nobody and nogroup exist. 3) Fix various modules making assumptions that are not true on every distro. 4) Add symlinks to kdm module since fedora is looking for kdmrc in yet another spot. 5) Add detection of fedora, support its package manager What still breaks: dnbd3 Other distros might not work now, they need adaption to changed logic in some modules.
* don't split busybox applets in /usr.Jonathan Bauer2014-07-011-1/+1
| | | | | | all busybox stuff is now under /bin and /sbin. We create links for all applets in stage32's /bin and /sbin. This fixes the "no such file" errors caused by hardcoded calls (e.g. /bin/rm) in a some binaries.
* these french people ....Jonathan Bauer2014-06-111-1/+1
|
* [vmchooser] error handling for vmstore mountageJonathan Bauer2014-06-021-3/+12
|
* [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
|