| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [rfs-stage31] Exclude PVS-Manager from exam mode | Simon Rettberg | 2016-10-28 | 1 | -0/+4 |
| | | |||||
| * | [rfs-stage31] Load nvidia-drm.ko for prop drivers | Simon Rettberg | 2016-10-20 | 1 | -1/+1 |
| | | |||||
| * | [rfs-stage31] Nvidia drivers for GeForce GTX 745 (10de:1382) | Simon Rettberg | 2016-10-20 | 1 | -0/+2 |
| | | |||||
| * | [rfs-stage31] Show more information if boot interface could not be determined | Simon Rettberg | 2016-10-18 | 1 | -2/+9 |
| | | |||||
| * | [rfs-stage31] Whitelist 10de:11fa for nvidia drivers | Simon Rettberg | 2016-10-17 | 1 | -0/+2 |
| | | |||||
| * | [rfs-stage31] Auto login has changed: Set SLX_AUTOLOGIN to enable | Simon Rettberg | 2016-09-06 | 1 | -4/+2![]() |
| | | |||||
| * | [rfs-stage31] Whitelist nVidia Quadro 4000 | Simon Rettberg | 2016-08-10 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scripts | root | 2016-07-13 | 1 | -0/+11 |
| |\ | |||||
| | * | [rfs-s31] don't kernel panic if we could not download the config-remote | Jonathan Bauer | 2016-07-12 | 1 | -0/+11 |
| | | | |||||
| * | | Revert "[rfs-stage31] Include dmidecode, pass UUID when fetching config" | root | 2016-06-20 | 3 | -6/+2![]() |
| |/ | | | | | This reverts commit fa40dcb6f438cc83dc432bda79e70e7e36f19c2c. Doesn't work with shitty rewrite rule we currently ship | ||||
| * | [rfs-stage31] Include dmidecode, pass UUID when fetching config | Simon Rettberg | 2016-06-16 | 3 | -2/+6 |
| | | |||||
| * | [rfs-stage31] Support multiple SLX_LOCAL_CONFIGs (space separated) | Simon Rettberg | 2016-04-11 | 1 | -4/+9 |
| | | |||||
| * | [rootfs-stage31] Whitelist Quadro 600 for nvidia drivers | Simon Rettberg | 2016-04-05 | 1 | -0/+2 |
| | | |||||
| * | (3D) Whitelist another i915 pciid and nvidia quadro K420 | Simon Rettberg | 2016-04-01 | 1 | -0/+2 |
| | | |||||
| * | [rfs-s31] do not copy /openslx-configs from the config.tgz if no ↵ | Jonathan Bauer | 2016-02-08 | 1 | -1/+1 |
| | | | | | SLX_LOCAL_CONFIG is set | ||||
| * | [rfs-stage31] Don't disable ldap in exam mode | Simon Rettberg | 2016-02-01 | 1 | -3/+0![]() |
| | | |||||
| * | [rfs-stage31] Enable debug-shell in stage32 if we have debug= on cmdline | Simon Rettberg | 2016-01-18 | 2 | -1/+6 |
| | | |||||
| * | [rfs-stage31] Fix for fix of fix with ntpdate | Simon Rettberg | 2016-01-12 | 2 | -1/+2 |
| | | |||||
| * | [rfs-stage3*] Move ntpdate binary to stage31 aswell... | Simon Rettberg | 2016-01-12 | 5 | -0/+15 |
| | | |||||
| * | [rfs-stage31] Add drop_shells to activate_sysconfig | Simon Rettberg | 2016-01-12 | 1 | -6/+7 |
| | | |||||
| * | [rfs-stage31/32] Sync time in stage31 to prevent clock jumping later on | Simon Rettberg | 2016-01-12 | 2 | -0/+29 |
| | | |||||
| * | [rfs-s31] added TODO for permissions of extracted config.tgz contents | Jonathan Bauer | 2016-01-11 | 1 | -0/+1 |
| | | |||||
| * | [exam] FUTURE_ROOT prefix would be nice... | Jonathan Bauer | 2016-01-08 | 1 | -1/+1 |
| | | |||||
| * | [exam] set autologindelay to 0 in kdmrc | Jonathan Bauer | 2016-01-08 | 1 | -0/+2 |
| | | |||||
| * | Preparations for exam mode | Simon Rettberg | 2016-01-08 | 1 | -0/+38 |
| | | |||||
| * | [rfs-stage31] Fix download function timeout handling | Simon Rettberg | 2015-12-21 | 1 | -2/+3 |
| | | |||||
| * | [nvidia*] Update drivers, handle new filenames/locations of built kernel modules | Simon Rettberg | 2015-12-03 | 1 | -1/+1 |
| | | |||||
| * | [rfs-s31] reworked config.tgz unpacking/merging | Jonathan Bauer | 2015-11-13 | 1 | -11/+10![]() |
| | | | | | | | | | | | | for a better support of the old style config.tgz format, now common files should be stored in config.tgz:/ directly and for local configuration it needs to be in a subfolder of config.tgz:/openslx-configs/ e.g openslx-configs/rz During the boot, it read SLX_LOCAL_CONFIG from /opt/openslx/config and if the corresponding directory resides in config.tgz:/openslx-configs/$SLX_LOCAL_CONFIG, it will get merged with the common configuration files and copied to the future root Recap, sample config.tgz structure: /openslx-configs/<local_config_folder> /<common_files> | ||||
| * | [rfs-s31] support for SLX_LOCAL_CONFIG | Jonathan Bauer | 2015-11-03 | 2 | -2/+22 |
| | | | | | | | | | | | | config.tgz should now a 'common' folder with the files needed by ALL clients. Further, it can contain subfolders with localized files. On bootup, the client will unpack the subfolder as given by SLX_LOCAL_CONFIG. EXAMPLE: config.tgz contains 'common' and 'rz'. SLX_LOCAL_CONFIG='rz' both common/ and rz/ will be extracted to FUTURE_ROOT TODO: support legacy style config.tgz ? support multiple subfolders to be installed? | ||||
| * | [rootfs-*] Disable 'demo' login, support $SLX_DEMO_PASS to set a password ↵ | Simon Rettberg | 2015-10-26 | 1 | -0/+4 |
| | | | | | via config | ||||
| * | [rfs-stage31] Include intel/i915 firmware | Simon Rettberg | 2015-10-13 | 1 | -0/+2 |
| | | |||||
| * | Use 3 seconds timeout for reverse lookups everywhere | Simon Rettberg | 2014-12-04 | 1 | -2/+2 |
| | | |||||
| * | [rfs-stage31] Write IP information to /opt/openslx/config even if config.tgz ↵ | Simon Rettberg | 2014-11-24 | 1 | -1/+2 |
| | | | | | does not exist | ||||
| * | [rfs-s31] new setup_stage4 script. Not beeing used currently | Jonathan Bauer | 2014-08-29 | 1 | -0/+69 |
| | | | | | WIP | ||||
| * | [rfs-s31] fix busybox copying v2 | Jonathan Bauer | 2014-07-25 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2014-07-25 | 1 | -1/+8 |
| |\ | |||||
| | * | [drm] nvidia entries corrected and moved | Christian Rößler | 2014-07-24 | 1 | -8/+8 |
| | | | |||||
| | * | [drm] one more nvidia: 10de-0dd8: nvidia Quadro 2000 | root | 2014-07-23 | 1 | -0/+2 |
| | | | |||||
| | * | [drm] Added two nvidia cards for OG: 10de-0fc2, 10de:11c0 | root | 2014-07-23 | 1 | -0/+5 |
| | | | |||||
| * | | [rfs-s31] fix copying of the busybox | Jonathan Bauer | 2014-07-25 | 1 | -1/+1 |
| |/ | | | | as its no longer in /usr, just copy /bin and /sbin. Even if they are symlinked, it should work :) | ||||
| * | [rfs-stage31] Fix cursor hiding if showing splash | Simon Rettberg | 2014-07-09 | 2 | -5/+4![]() |
| | | |||||
| * | Fix new splash screen... | Simon Rettberg | 2014-07-05 | 2 | -2/+5 |
| | | |||||
| * | [stage31] Made splash-screen nicer | Simon Rettberg | 2014-07-05 | 2 | -3/+10 |
| | | |||||
| * | Try to clean up the mess with all the different kernel version variables ↵ | Simon Rettberg | 2014-07-04 | 1 | -2/+2 |
| | | | | | everywhere | ||||
| * | "Fedora Support", step 1 -> | Simon Rettberg | 2014-07-04 | 3 | -3/+6 |
| | | | | | | | | | | | | | | | | | 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. | ||||
| * | [rfs-s31] linking bb applets breaks some stage4's binaries | Jonathan Bauer | 2014-07-02 | 1 | -7/+0![]() |
| | | | | | TODO: make it not so dumb | ||||
| * | don't split busybox applets in /usr. | Jonathan Bauer | 2014-07-01 | 1 | -2/+9 |
| | | | | | | | 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. | ||||
| * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2014-06-16 | 1 | -3/+0![]() |
| |\ | |||||
| | * | grep | Jonathan Bauer | 2014-06-13 | 1 | -3/+0![]() |
| | | | |||||
| * | | [rfs-stage31] Restructured init script and includes a bit... could use more work | Simon Rettberg | 2014-06-16 | 7 | -82/+75![]() |
| |/ | |||||

