summaryrefslogtreecommitdiffstats
path: root/core/modules/safe-mode
Commit message (Collapse)AuthorAgeFilesLines
* [debug-report-bwlp] Include special bwlp log directorySteffen Ritter2024-01-221-1/+1
| | | | | | | | | | Sometimes we need more debug output, so we extend our scripts with additional logging information. But where to store such logs without always overwriting 'debug_report' binary or hacking log file names to somethin we already include? So we include a special '/tmp/bwlp_debug_logs' directory where we could store and report e.g. 'set -x' output from our scripts.
* [exam-mode] Wording Klausurmodus -> PrüfungsmodusSteffen Ritter2024-01-112-2/+2
|
* Add installer mode for stage4Simon Rettberg2021-07-081-1/+2
|
* [safe-mode] Fix broken HEREDOCSimon Rettberg2021-02-221-1/+1
|
* [safe-mode] mask ctrl-alt-del.targetJonathan Bauer2020-10-261-1/+1
| | | | | | 'systemctl show -p FragmentPath' seems to resolve symlinks, thus we cannot use it to find the path of the ctrl-alt-del.target symlink. Using a hardcoded path was also just bad.
* [safe-mode] Timeouts for our systemd reload/restart shenanigansSimon Rettberg2020-10-141-2/+3
| | | | | This might or moght not hang depending on what kind of other services and dependencies are around. Add a safety timeout to those operations.
* [safe-mode] Fix typo in mkdirSimon Rettberg2020-10-061-1/+1
|
* [safe-mode] Fix greeter-background overrideSimon Rettberg2020-10-061-1/+2
|
* [*] Helper script to add text to lightdm logo, and change its colorSimon Rettberg2020-10-061-3/+6
|
* [*] Use logind.conf to kill user processesSimon Rettberg2019-05-241-1/+2
| | | | | Get rid of old, brittle script in pam session close that would do wonky stuff to kill stray user processes.
* Revert "[safe-mode] disable screen going to standby/poweroff"Steffen Ritter2018-04-201-6/+0Star
| | | | This reverts commit 5397732b97d75eee0f34e19362d736452f2b193b.
* [safe-mode] disable screen going to standby/poweroffSteffen Ritter2018-04-201-0/+6
|
* [safe-mode] systemd != systemctlSteffen Ritter2018-04-201-1/+1
|
* [safe-mode] sed without input won't work...Steffen Ritter2018-04-201-3/+1Star
|
* [safe-mode] Change color of lightdm and banner.svg in exam modeSteffen Ritter2018-04-171-1/+2
|
* [rfs-stage31,safe-mode] Move exam mode patching from stage31 to safe-mode scriptSimon Rettberg2017-11-151-0/+30
|
* [safe-mode] Support lightdmSimon Rettberg2017-11-145-0/+18
|
* Add bash shebangs to all our includes:Simon Rettberg2017-02-282-0/+2
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* [safe-mode] remove uneeded copy of exam.serviceJonathan Bauer2017-02-222-8/+0Star
|
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-233-0/+17
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-254-0/+46