diff options
| author | Simon Rettberg | 2016-02-01 10:58:01 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2016-02-01 10:58:01 +0100 |
| commit | 91579815bf94be98bd860653317c9ab6c7375d7c (patch) | |
| tree | f1ec37956580f42d6baf6365f1559d26a62f0ea2 | |
| parent | Merge branch 'master' of 10.4.9.56:/root/tm-scripts (diff) | |
| parent | [rfs-stage31] Don't disable ldap in exam mode (diff) | |
| download | tm-scripts-91579815bf94be98bd860653317c9ab6c7375d7c.tar.gz tm-scripts-91579815bf94be98bd860653317c9ab6c7375d7c.tar.xz tm-scripts-91579815bf94be98bd860653317c9ab6c7375d7c.zip | |
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
| -rw-r--r-- | remote/modules/cron/vixie-cron-4.1-openslx.tgz | bin | 45342 -> 0 bytes | |||
| -rwxr-xr-x | remote/rootfs/rootfs-stage31/data/init | 3 |
2 files changed, 0 insertions, 3 deletions
diff --git a/remote/modules/cron/vixie-cron-4.1-openslx.tgz b/remote/modules/cron/vixie-cron-4.1-openslx.tgz Binary files differdeleted file mode 100644 index e2b1108a..00000000 --- a/remote/modules/cron/vixie-cron-4.1-openslx.tgz +++ /dev/null diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init index 1537e012..5e6d1caf 100755 --- a/remote/rootfs/rootfs-stage31/data/init +++ b/remote/rootfs/rootfs-stage31/data/init @@ -134,9 +134,6 @@ if [ -n "$SLX_EXAM" ]; then # Visual: ssh banner echo "+ - - - - KLAUSURMODUS AKTIV - - - - +" >> "${FUTURE_ROOT}/etc/issue.net" echo "++++++++++++++++++++++++++++++++++++++" >> "${FUTURE_ROOT}/etc/issue.net" - # Disable some services, ldap/ad - rm -- "${FUTURE_ROOT}/etc/systemd/system/network.target.wants/sssd.service" - sed -i 's/ sss//' "${FUTURE_ROOT}/etc/nsswitch.conf" # Disable ctrl-alt-delete rm -- "${FUTURE_ROOT}/usr/lib/systemd/system/ctrl-alt-del.target" # No idleaction |
