summaryrefslogtreecommitdiffstats
path: root/remote
Commit message (Collapse)AuthorAgeFilesLines
...
| * [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
|/
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsManuel Schneider2014-07-101-1/+1
|\
| * [useradd.inc] GID is the 4th column not 3rdJonathan Bauer2014-07-101-1/+1
| |
* | [pvs2] Add a startup script which starts pvs if vmchooser sets the ↵Manuel Schneider2014-07-101-0/+12
|/ | | | appropriate environment variable
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsManuel Schneider2014-07-101-2/+3
|\
| * Fix split user patchSimon Rettberg2014-07-101-2/+3
| |
* | [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-103-5/+9
|\|
| * Add option REQUIRED_ORIGINAL_USR_SPLIT to disable symlinking /bin to ↵Simon Rettberg2014-07-103-5/+9
| | | | | | | | /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-104-7/+21
|
* Revert "[setup_target] only link /{lib,bin} to /usr/{lib,bin} if it is that ↵Simon Rettberg2014-07-091-6/+0Star
| | | | | | | | | way on the current system" Unfortunately this breaks several things now like busybox in stage31, udisks, ... This was meant as a fix for the chroot build utils, but we need a better fix apparently. This reverts commit ee9c50f95da7d2733a3d14ff69fe364a9a445f61.
* [rfs-stage31] Fix cursor hiding if showing splashSimon Rettberg2014-07-092-5/+4Star
|
* [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
|
* [setup_target] only link /{lib,bin} to /usr/{lib,bin} if it is that way on ↵Jonathan Bauer2014-07-091-0/+6
| | | | the current system
* [rfs-s32] added openvswitch to REQUIRED_KERNEL_MODULESJonathan Bauer2014-07-091-0/+1
| | | | TODO: fetch this in the openstack module
* [chroot.inc] perror if chmod'ing the chroot's autoexec scriptJonathan Bauer2014-07-091-1/+1
|
* [qt.inc] Fix function if the desired version is installed for 32 and 64 bitSimon Rettberg2014-07-091-1/+2
|
* Change ubuntu 14.04 configs to 14Simon Rettberg2014-07-095-0/+0
|
* Fix new splash screen...Simon Rettberg2014-07-052-2/+5
|
* [stage31] Made splash-screen nicerSimon Rettberg2014-07-056-13/+22
|
* [busybox] Add patch for background fillingSimon Rettberg2014-07-052-1/+78
|
* [useradd.inc] Fix add_user in case the user and their group exists and the ↵Simon Rettberg2014-07-051-8/+28
| | | | group name differs from the user name
* TrottelSimon Rettberg2014-07-041-1/+1
|
* Try to clean up the mess with all the different kernel version variables ↵Simon Rettberg2014-07-049-166/+107Star
| | | | everywhere
* [downloader.inc] Special case sourceforge: Allow setting a mirror in ./configSimon Rettberg2014-07-041-5/+14
|
* [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-0415-36/+95
|\
| * relative paths dont work with systemd-204Jonathan Bauer2014-07-044-5/+5
| | | | | | | | for now hardcoded /opt/openslx/bin/rm
| * [rfs-stage31] Source config right after fetchingSimon Rettberg2014-07-041-0/+1
| |
| * [debian] started debian supportJonathan Bauer2014-07-0311-31/+90
| | | | | | | | TODO: chroot.inc with overlayfs support as its officially not in debian's repos
* | "Fedora Support", step 1 ->Simon Rettberg2014-07-0461-74/+369
|/ | | | | | | | | | | | | | | | 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
|
* [rfs-s31] linking bb applets breaks some stage4's binariesJonathan Bauer2014-07-021-7/+0Star
| | | | TODO: make it not so dumb
* don't split busybox applets in /usr.Jonathan Bauer2014-07-0124-33/+35
| | | | | | 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.
* [stage4] fix ldconfig raceJonathan Bauer2014-06-301-0/+6
|
* [pam] increase user's home tmpfs to 1GBJonathan Bauer2014-06-271-1/+1
| | | | TODO: move the temp user home to /tmp
* [rfs-s32] fix addons downloadingJonathan Bauer2014-06-261-3/+2Star
|
* [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
|
* [rfs-s32] fix broken terminals on ssh sessionsJonathan Bauer2014-06-261-0/+2
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-06-257-82/+75Star
|\
| * Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2014-06-164-8/+13
| |\
| * | [rfs-stage31] Restructured init script and includes a bit... could use more workSimon Rettberg2014-06-167-82/+75Star
| | |