summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* [vmchooser] Introduce prio dnbd3 serversSimon Rettberg2013-11-201-5/+5
|
* [vmchooser] Add Trap to run-virtSimon Rettberg2013-11-201-2/+6
|
* [dnbd3] Update revisionSimon Rettberg2013-11-191-54/+49Star
| | | | (Also minor cleanup in run_virt)
* [vmchooser] quick fix for tcpsrvd not exiting properly.Jonathan Bauer2013-11-141-8/+8
|
* [vmchooser] Reserve more memory for system, less for VMSimon Rettberg2013-11-121-3/+3
|
* [vmchooser] remove forced version 3 for nfs mounting of vmstoreJonathan Bauer2013-11-041-1/+1
|
* [printergui] Starts now tcpsvd and lpd directly (not via busybox).Manuel Schneider2013-10-231-2/+2
|
* [printer] Fixed horrible typoManuel Schneider2013-10-181-1/+1
|
* [cups] Kill LPD when run_virt finishesManuel Schneider2013-10-181-0/+8
|
* [vmchooser] only use dnbd3 for vms if config says SLX_VM_DNBD3=yesSimon Rettberg2013-10-171-1/+1
|
* [vmchooser] Fix indentation of xml-filterSimon Rettberg2013-10-151-38/+38
|
* [vmchooser/xmlfilter] filter out virtualbox images since vbox is not ↵Jonathan Bauer2013-10-151-4/+4
| | | | supported yet.
* [vmchooser] added TODO to enable SCSI support for virtual disksJonathan Bauer2013-10-111-0/+1
|
* Contains the complete bunch of software needed for the printing system in ↵Manuel Schneider2013-10-091-0/+11
| | | | | | | | | | | | | the pools: - A lpd server is started in vmchooser-run_virt. - A iptables rule redirects traffic from sourceport 515 to destport 5515 - Added module cups, the printserver in the minilinux. - Binaries an libs needed for a minimal cups installation. - Systemd-service for cups. - Added module printergui, the custom cups frontend. - Is a single GUI-binary that pops up in case of a printjob sent to the lpd. - Modules are enabled in stage32.
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsManuel Schneider2013-10-012-0/+2
|\
| * [vmchooser] Add windows binary that will set the resolution in the VM. The ↵Simon Rettberg2013-09-302-0/+2
| | | | | | | | binary will be placed in the virtual drive B floppy image
* | [vmchooser] Make sure Qt4 is used, only patch source if not already patchedManuel Schneider2013-10-011-9/+12
|/
* [vmchooser] Fix config variable namingSimon Rettberg2013-09-302-7/+7
|
* * Add debian support *Simon Rettberg2013-09-301-0/+4
|
* [vmchooser] Shuffle dnbd3 server listSimon Rettberg2013-08-261-1/+3
|
* [vmchooser] Add support for dnbd3 (if servers are specified in config)Simon Rettberg2013-08-202-6/+46
| | | | Also add fallback if MAC address is not present in config
* Make script more compatible to different shell versions.thaibault2013-08-091-3/+6
|
* Fix some issues with race conditions.thaibault2013-08-093-49/+59
| | | | | Code refactoring. Improve documentation.
* Fix statefile moving.thaibault2013-08-081-1/+1
|
* Fix bug in xml filter.thaibault2013-08-081-4/+3Star
|
* Increase compatibility with different busybox versions.thaibault2013-08-082-7/+13
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsthaibault2013-08-081-1/+4
|\
| * [vmchooser] update TODOJonathan Bauer2013-08-081-1/+4
| |
* | Add persistent bootable virtual machine features.thaibault2013-08-083-23/+504
|/
* [vmchooser] set bwlehrpool as default themeJonathan Bauer2013-08-021-1/+1
|
* [vmchooser] moved all vmchooser specific files and scripts to /opt/openslx. ↵Jonathan Bauer2013-08-0226-34/+39
| | | | Renamed 'var/lib/virt' to 'mnt/vmstore'. Added bwlehrpool theme for vmchooser#
* adapted new naming conventions for all the scripts.Jonathan Bauer2013-08-012-2/+2
| | | | | | | | | | | | | | for our own systemd service files: use: service-file-name.service ex: /etc/systemd/system/setup-proxy.service ALL systemd services files need to be under /etc/systemd/system for our own scripts: use: tool-what_it_does ex: /opt/openslx/scripts/systemd-setup_proxy ALL our scripts under /opt/openslx/scripts
* [vmchooser] fix dead link for run-virt.shJonathan Bauer2013-07-312-0/+1
|
* restructuring file paths a bitJonathan Bauer2013-07-311-1/+1
|
* [vmchooser] update configJonathan Bauer2013-07-294-7/+8
|
* [vmchooser] fix indentation of run-virt.sh, add profiling option to xmlSimon Rettberg2013-07-221-183/+185
|
* [vmchooser] Try to refine calculation of amount of memory to assign to VMSimon Rettberg2013-07-122-14/+30
|