summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser/data
Commit message (Collapse)AuthorAgeFilesLines
...
* [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-2612-0/+0
|
* [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.
* [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] 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
|
* 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-0225-28/+23Star
| | | | 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-311-0/+0
|
* restructuring file paths a bitJonathan Bauer2013-07-311-1/+1
|
* [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
|
* [vmware/vmchooser] add quotes everywhere to allow for spaces in filenames of ↵Jonathan Bauer2013-07-091-27/+27
| | | | vm images
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsMichael Neves2013-07-083-36/+361
|\
| * [pam] Cleanup, formatting, force nscd usage in nsswitch.conf, set timeouts ↵Simon Rettberg2013-07-051-1/+1
| | | | | | | | for LDAP lookups
| * [vmchooser] Create text file in floppy image that tells the guest the host's ↵Simon Rettberg2013-07-041-28/+3Star
| | | | | | | | | | | | resolution [vmplayer] do not override enable3d setting from xml when system supports 3d
| * Add executable rights to all scripts.thaibault2013-07-023-0/+0
| |
| * Sync files with patched branch.thaibault2013-07-023-8/+6Star
| |
| * Patched code to support persistent virtual machines for specified users.thaibault2013-07-023-7/+359
| |
* | [vmchooser] remove unneeded icon for xtermMichael Neves2013-07-081-53/+0Star
|/
* [vmchooser] Load kvm kernel module if host supports itSimon Rettberg2013-06-281-0/+5
|
* _Simon Rettberg2013-06-281-0/+1
|
* Trying to get systemd services in right orderSimon Rettberg2013-06-281-2/+3
|