summaryrefslogtreecommitdiffstats
path: root/remote/modules
Commit message (Collapse)AuthorAgeFilesLines
...
| * [vmware] Support "bridge" and "bridged" as option string for bridged modeSimon Rettberg2014-04-011-1/+1
| |
| * Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2014-04-01209-506/+17924
| |\
| | * [module] adapt brazilian module to new naming schemeMichael Pereira Neves2014-03-316-0/+0
| | |
| | * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsMichael Pereira Neves2014-03-31186-30/+167
| | |\
| | * | [brazilian] add brazilian locale and keymapsMichael Pereira Neves2014-03-2413-0/+17204
| | | |
| * | | [vmware/vmchooser] Generalize string cleaning functionSimon Rettberg2014-04-012-12/+13
| | | |
* | | | [beamergui] Small fixed in modesetter. Moved modesetter to login ↵Manuel Schneider2014-04-021-5/+0Star
| | | | | | | | | | | | | | | | (Xsession.d). To avoid race conditions with intel graphic drivers in 13.10.
* | | | small changesManuel Schneider2014-03-311-9/+7Star
| |_|/ |/| |
* | | [vbox] re-set permissions: openslx/script entriesChristian Rößler2014-03-282-0/+0
| | |
* | | [vmchooser] More debug output if dnbd3 failsSimon Rettberg2014-03-261-1/+4
| | |
* | | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-03-253-0/+121
|\ \ \
| * | | [vbox] Added vmchooser-xml_filterChristian Rößler2014-03-251-0/+74
| | | |
| * | | [vbox] + creating required standard directoryChristian Rößler2014-03-251-0/+3
| | | |
| * | | [vmware] module.conf: entries generalized, no sp. ubuntu confChristian Rößler2014-03-251-0/+44
| | | |
* | | | [idleaction] added support for SLX_REBOOT_SHUTDOWNJonathan Bauer2014-03-252-1/+18
|/ / /
* | | woopsie, the return ;)Jonathan Bauer2014-03-25175-3684/+0Star
| | |
* | | [consolekit] woops, delete old filesJonathan Bauer2014-03-255-68/+0Star
| | |
* | | [modules] new module naming conventionJonathan Bauer2014-03-25180-0/+3748
| |/ |/| | | | | rename $MODULE.{conf,build} to module.{conf,build}
* | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-03-242-0/+141
|\ \
| * | [vmware] vmware.conf.ubuntu added, var REQUIRED_VMWARE_DELETIONS as file/dirChristian Rößler2014-03-241-0/+136
| | | | | | | | | | | | | | | list of pseudo-deletions within chroot in case vmware-Workstation is installed in base system.
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsChristian Rößler2014-03-2412-4/+173
| |\ \ | | | | | | | | | | | | | | | | Conflicts: remote/modules/vmware/vmware.build
| * | | [vmware, chroot] vmware pseudo-deletions in case workstation is installed inChristian Rößler2014-03-241-2/+7
| | | | | | | | | | | | | | | | the base system. An explicit warning for chroot.inc's autoexec.bat.
* | | | [dhcpc-busybox] fix bad hostname setting logicJonathan Bauer2014-03-241-21/+34
| |/ / |/| | | | | | | | fixed multiple interfaces support.
* | | [kernel-system] added TODO. DO NOT USE YET, WIP!Jonathan Bauer2014-03-241-0/+3
| | | | | | | | | | | | You have been warned.
* | | [kernel-system] new moduleJonathan Bauer2014-03-245-0/+135
| | | | | | | | | | | | | | | | | | kernel-system provides the kernel from the running system without the need of compiling our own. also installs kernel headers through the package manager to be able to build kernel modules as required by other modules like vmware, dndb3...
* | | [vmware] added 'kernel' to REQUIRED_MODULESJonathan Bauer2014-03-241-0/+1
| | |
* | | [nvidia_kernel] adapted .build to new kernel functionsJonathan Bauer2014-03-242-2/+4
| | |
* | | [kernel] adapted .build to new kernel functionsJonathan Bauer2014-03-241-0/+26
| | |
* | | [dnbd3] adapted .build to new kernel functionsJonathan Bauer2014-03-241-1/+1
| | |
* | | [vmware] adapted .build to new kernel stuffJonathan Bauer2014-03-241-4/+6
|/ /
* | [vmware.build] Ahem, forgot to re-comment debugging bashChristian Rößler2014-03-211-1/+1
| |
* | [logging.inc, chroot.inc] Some redirections for debugging within a chrootChristian Rößler2014-03-211-1/+2
| |
* | [pam] fix wrong permissions of temporary home dirJonathan Bauer2014-03-181-1/+1
| |
* | [sshd] added TODO:Jonathan Bauer2014-03-171-0/+3
| | | | | | | | gui/mltk needs to install sshd packages if not present
* | [vmware] port to new chroot-run functionalityJonathan Bauer2014-03-112-184/+57Star
| |
* | [nvidia_libs] port to new chroot-run functionalityJonathan Bauer2014-03-111-10/+16
| |
* | [nvidia_kernel] port to new chroot-run functionalityJonathan Bauer2014-03-111-97/+25Star
| |
* | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-03-111-21/+30
|\ \
| * | [iptables-helper] Use -w everywhere to prevent race conditionsSimon Rettberg2014-03-101-21/+30
| | |
* | | [udhcpcdcdcdcd] fix wrong hostname name being setJonathan Bauer2014-03-111-3/+4
|/ / | | | | | | TODO: rewrite this ugly piece of code
* | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-03-061-5/+5
|\ \
| * | [dhcpc-busybox] Fix domain not appearing in resolv.conf due to broken printf ↵Simon Rettberg2014-02-281-5/+5
| | | | | | | | | | | | call
* | | [xorg] add iptable rule for X11 portJonathan Bauer2014-03-061-0/+4
|/ /
* | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-02-272-3/+4
|\|
| * Tweaked fbsplash to survive switch_root, kill it before spawning getty or kdmSimon Rettberg2014-02-262-3/+4
| |
* | uhmJonathan Bauer2014-02-271-91/+20Star
|/
* Integrate prop nvidia drivers into systemSimon Rettberg2014-02-242-1/+13
| | | | | | | | If we detect nvidia.ko was loaded in stage31, download nvidia libs via our slx-addon system. It is also ensured that kdm will not start before the nvidia libs have been downloaded and integrated into the running system. For that matter, it was ensured that slx addons are only downloaded when setup-partitions finished running, and a proper /tmp dir is available.
* [nvidia_libs] Refine required files/dirs, less pinfo spamSimon Rettberg2014-02-243-40/+31Star
|
* [nvidia_libs] Fix indentationSimon Rettberg2014-02-241-27/+27
|
* Sorry, jetzt korrekte Verzeichnis.Dirk2014-02-211-0/+0
|