summaryrefslogtreecommitdiffstats
path: root/remote/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* [pvs2 + x11vnc] Add conf files for fedoraroot2014-07-242-0/+12
|
* Keep split usr if original system has it, add extra logic if no split usrroot2014-07-244-8/+7Star
|
* [kernel] Remove set -x callSimon Rettberg2014-07-241-1/+0Star
|
* [pvs2] start pvsclient in any caseManuel Schneider2014-07-221-6/+4Star
|
* new 'stage32-headless' target. Started centos support. WIPJonathan Bauer2014-07-179-0/+142
| | | | Use stage32-headless to build on CentOS. Stage32-bwlp won't work yet.
* [pam] only check for nslcd if its in REQUIRED_BINARIESJonathan Bauer2014-07-171-1/+1
| | | | | | quick fix for centos. TODO: split PAM modules in sub-modules
* [vmchooser2] fix git clone failing since our git moved.Jonathan Bauer2014-07-171-1/+1
| | | | TODO: what did this do before?
* [pam] reworked how we determine path to PAM-modulesroot2014-07-175-20/+29
| | | | detect the path in remote/helper/paths.inc and use that global path in the build scripts
* [idleaction] Restart cron daemon after creating new crontabSimon Rettberg2014-07-151-0/+4
| | | | | Actually the cron should automatically find new or changed files, however, on some machines this reproducibly doesn't happen.
* [systemd] remove old scientific linux specific build scriptsJonathan Bauer2014-07-112-189/+0Star
|
* revert wrong fixroot2014-07-111-2/+2
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsManuel Schneider2014-07-112-19/+23
|\
| * [vmchooser/run-virt] Completely hide vmware toolbar in fullscreenroot2014-07-111-10/+15
| |
| * [pvs2] Fix code style of pvs start scriptSimon Rettberg2014-07-111-9/+8Star
| |
* | [busybox] fix pathsManuel Schneider2014-07-101-2/+2
|/
* [pvs2] Add a startup script which starts pvs if vmchooser sets the ↵Manuel Schneider2014-07-101-0/+12
| | | | appropriate environment variable
* [pvs2] Revert changes... pvs2 build script has to be fixedManuel Schneider2014-07-101-4/+7
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsManuel Schneider2014-07-102-0/+2
|\
| * Add option REQUIRED_ORIGINAL_USR_SPLIT to disable symlinking /bin to ↵Simon Rettberg2014-07-102-0/+2
| | | | | | | | /usr/bin etc...
* | [pvs2] Adjusted module.build to build in /opt/openslx/binManuel Schneider2014-07-101-6/+2Star
|/
* [Kernel] Fix wrong git variablesManuel Schneider2014-07-102-2/+3
|
* Added moudules x11vnc and pvs2Manuel Schneider2014-07-102-7/+19
|
* [Testing] added x11vnc module for testing pruposesManuel Schneider2014-07-093-0/+31
|
* [Testing] added pvs2 module for testing pruposesManuel Schneider2014-07-094-0/+43
|
* [kernel] delete link commit by errorJonathan Bauer2014-07-091-1/+0Star
|
* Change ubuntu 14.04 configs to 14Simon Rettberg2014-07-095-0/+0
|
* [stage31] Made splash-screen nicerSimon Rettberg2014-07-054-10/+12
|
* [busybox] Add patch for background fillingSimon Rettberg2014-07-052-1/+78
|
* Try to clean up the mess with all the different kernel version variables ↵Simon Rettberg2014-07-046-105/+69Star
| | | | everywhere
* [dnbd3] Bump version againSimon Rettberg2014-07-041-1/+1
|
* Bump dnbd3 commit for kernel 3.14 supportSimon Rettberg2014-07-041-1/+1
|
* Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scriptsSimon Rettberg2014-07-0414-36/+89
|\
| * relative paths dont work with systemd-204Jonathan Bauer2014-07-044-5/+5
| | | | | | | | for now hardcoded /opt/openslx/bin/rm
| * [debian] started debian supportJonathan Bauer2014-07-0310-31/+84
| | | | | | | | TODO: chroot.inc with overlayfs support as its officially not in debian's repos
* | "Fedora Support", step 1 ->Simon Rettberg2014-07-0447-43/+307
|/ | | | | | | | | | | | | | | | 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.
* remove hardcoded /bin/rm call. Relative calls work in services filesJonathan Bauer2014-07-024-5/+5
|
* don't split busybox applets in /usr.Jonathan Bauer2014-07-0122-30/+25Star
| | | | | | 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.
* [pam] increase user's home tmpfs to 1GBJonathan Bauer2014-06-271-1/+1
| | | | TODO: move the temp user home to /tmp
* [opensbox] renamed openbox session name for better sorting in vmchooserJonathan Bauer2014-06-261-1/+1
|
* [pam] tmpfs home now 200mb - WIPJonathan Bauer2014-06-261-1/+1
|
* these french people ....Jonathan Bauer2014-06-111-1/+1
|
* [busybox] enable grep with -E and -A,-B,-CJonathan Bauer2014-06-101-3/+3
|
* [busybox] fixes busybox waiting for user input while compiling....Jonathan Bauer2014-06-101-1/+1
|
* [cups] fix missing 'ghostscript' package for opensuseJonathan Bauer2014-06-101-0/+2
|
* [busybox] added mkfifo and removed mdevJonathan Bauer2014-06-101-8/+8
|
* [resolv.conf] dont save it to run, since it will be lost when systemd ↵Jonathan Bauer2014-06-041-1/+1
| | | | re-mounts it
* [vmchooser2] guest mount for cifs is of no use, so add support for credentialsSimon Rettberg2014-06-041-1/+3
|
* [vmchooser] error handling for vmstore mountageJonathan Bauer2014-06-021-3/+12
|
* [pam] fix slxlog error when TEMP_HOME_DIR was previously created by a ↵Jonathan Bauer2014-06-021-2/+4
| | | | previous login
* [cups] added 'gs' to REQUIRED_BINARIESJonathan Bauer2014-05-281-0/+1
|