summaryrefslogtreecommitdiffstats
path: root/remote
Commit message (Collapse)AuthorAgeFilesLines
...
* [kernel-vanialla] Bump to 4.2.4Simon Rettberg2015-10-261-1/+1
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2015-10-225-34/+31Star
|\
| * [vmware] Unneeded fileSimon Rettberg2015-10-161-24/+0Star
| |
| * [vmware] Try harder to disable updatecheck/datacollection/...Simon Rettberg2015-10-162-6/+8
| |
| * [dnbd3] Bump versionSimon Rettberg2015-10-161-1/+1
| |
| * [run-virt] Remote error logging if mounting vmstore failsSimon Rettberg2015-10-161-3/+22
| |
* | [redsocks] if proxy mode is on, checks whether we actually need it to reach ↵Jonathan Bauer2015-10-221-0/+5
|/ | | | the internet
* [kernel.inc] copy firmware from both the system and the build directory, ↵Jonathan Bauer2015-10-161-39/+40
| | | | prioritizing the later
* Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scriptsroot2015-10-161-1/+1
|\
| * [rfs-s32] added some radeon card pciid 3d whitelist vmware stuffJonathan Bauer2015-10-161-1/+1
| |
* | [vmware] Disable update checks, hints, usage statsSimon Rettberg2015-10-131-1/+15
| |
* | [kernel-vanilla] Support kernel 4.x, cleanupSimon Rettberg2015-10-132-14/+32
| |
* | [rfs-stage31] Include intel/i915 firmwareSimon Rettberg2015-10-131-0/+2
|/
* [vmware] Bump version to player 12.0.0Simon Rettberg2015-10-126-24/+37
|
* [nvidia] Update driver versionSimon Rettberg2015-10-125-18/+5Star
|
* [systemd] Init tty to look prettierSimon Rettberg2015-10-092-1/+24
|
* [kernel] Use The 15.04 kernel on Ubuntu 14.04Simon Rettberg2015-10-071-0/+2
|
* Remove accidentally commited submoduleSimon Rettberg2015-10-071-0/+0
|
* [setup_target] Fix clean_kernel_module to really clean the kernelSimon Rettberg2015-10-071-19/+9Star
|
* [rfs-stage32] Add kernel modules for (mpt)sasSimon Rettberg2015-10-071-0/+1
|
* [run-virt/printergui] Add wrapping helper script for printing that does some ↵Simon Rettberg2015-10-052-2/+63
| | | | error checking on the file received from lpd
* [vmware] Default to e1000 if no virtualDev is set, for compatibility with ↵Simon Rettberg2015-09-231-1/+1
| | | | bwLehrpool 1.0
* [rfs-stage32] Only complain about missing swap if host has less than 3gb of ramSimon Rettberg2015-09-151-1/+4
|
* [vmware] Downgrade hw version on new path if vmx is too newSimon Rettberg2015-09-151-0/+7
|
* [binutil] Try harder not to be stupid (whats broken this time?)Simon Rettberg2015-09-142-24/+30
|
* [vmware] ethernet0.addressType = "static" added (parse_vmx.inc)Christian Rößler2015-09-141-1/+2
|
* [vmware] parse_vmx: Now 3D settingsChristian Rößler2015-09-141-2/+13
|
* [runvirt] cpu handling (maxcpu etc)Christian Rößler2015-09-141-1/+5
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsChristian Rößler2015-09-146-28/+28
|\
| * [binutil] Fix accidental exclusion of libs by using full path for automatic ↵Simon Rettberg2015-09-132-3/+3
| | | | | | | | blacklisting
| * [sshd] !!! sshd service will not be started by default, link should go to ↵Simon Rettberg2015-09-131-1/+0Star
| | | | | | | | config module
| * [idleaction] Fix automatic shutdown when logout timeout AND shutdown timeout ↵Simon Rettberg2015-09-131-9/+15
| | | | | | | | are both set
| * brainfartSimon Rettberg2015-09-131-3/+3
| |
| * Fix absolute pathes not working with stage32 onlySimon Rettberg2015-09-132-16/+11Star
| |
* | [runvirt] [vmware] Minor cosmetics, loggingChristian Rößler2015-09-145-4/+9
|/
* [runvirt] Logging per writelog now has timestamp; sound setup: echo -> writelogChristian Rößler2015-09-122-9/+11
|
* [runvirt] [vmware] Some more script cosmetics: "virtual machine description ↵Christian Rößler2015-09-124-6/+6
| | | | file" (vmware vmx, vbox xml)
* [runvirt] detect_legacy.inc: Some more cosmetics.Christian Rößler2015-09-121-6/+6
|
* [vmware] systemd - vmware.service: Added setup-partitions.service to ↵Christian Rößler2015-09-121-2/+2
| | | | requires, after
* [rootfs] systemd-setup_partitions: 3 sec added wait time if ↵Christian Rößler2015-09-121-1/+6
| | | | /etcdisk.partition empty; 60 GB tmpfs
* [runvirt], [vmware] Some more cosmetics: now include directoriesChristian Rößler2015-09-1231-2/+2
|
* [runvirt] Some cosmetics, better error handling in detect_legacy.incChristian Rößler2015-09-122-14/+24
|
* [runvirt] Check if UUID-vmx file has zero bytes --> triggers legacy mode.Christian Rößler2015-09-111-1/+6
|
* [runvirt] systemd-run_virt_env: missing a+ in chmod command on /tmp/virtChristian Rößler2015-09-111-1/+1
|
* [runvirt] [vmware] WARNING: Further testing needed! Two branches: ↵Christian Rößler2015-09-1132-1240/+1969
| | | | | | | Non-Legacy, Legacy. Big scripts vmchooser-run_virt and vmware runvirt include broken into includes, tidied. More cosmetics needed, but it works so far.
* [chroot] Little bug fix: removed forgotten dev.-mountChristian Rößler2015-09-071-1/+0Star
|
* [chroot] Script changes: better commentaryChristian Rößler2015-09-071-5/+8
|
* [chroot] WARNING: NEEDS BETTER TESTING! Adapted to new overlayfs mount syntax.Christian Rößler2015-09-041-10/+42
|
* [xorg] xserver-xorg-video-sis (not sis-usb) deleted from ubuntu.conf, asChristian Rößler2015-09-041-1/+4
| | | | this package is not currently delivered for >=14.04.3.
* [cpugovernor] No systemd error when machine does not support ondemand modeChristian Rößler2015-08-111-3/+3
|