| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [nvidia-common] New module for unified build approach | Simon Rettberg | 2019-04-24 | 3 | -0/+137 | |
| | | ||||||
| * | [kiosk-chromium] disable password manager | Jonathan Bauer | 2019-04-24 | 1 | -1/+2 | |
| | | ||||||
| * | [system-uuid] Add another bogus UUID | Simon Rettberg | 2019-04-24 | 1 | -0/+1 | |
| | | ||||||
| * | [sshd] only bind on IPv4 | Jonathan Bauer | 2019-04-18 | 1 | -0/+4 | |
| | | | | | | to make sure that X11 forwarding works even on machine with disabled ipv6 stack | |||||
| * | [xorg] include xauth | Jonathan Bauer | 2019-04-18 | 2 | -1/+3 | |
| | | ||||||
| * | [slx-issue] use baseboard dmi info as fallback | Jonathan Bauer | 2019-04-18 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | | some models like Intel's NUC5i5RYB do not provide system-manufacturer/system-product-name in the DMI information - that information is stored in baseboard-* instead. So we use that as a fallback in case system-* was empty. Use '<unknown>' as ultimate fallback. This kinda works around an issue in the final loop filling in spaces: if a line's value is long enough (e.g. 34 whitespaces like a untrimmed 'dmidecode -s' output...) the space variable would never be set. Thus, ${space:0:-2} would fail unless ${#space} is at least 2 and abort the creation of /etc/issue altogether. | |||||
| * | [etherwake] add missing templates | Jonathan Bauer | 2019-04-12 | 1 | -0/+2 | |
| | | ||||||
| * | [kexec-reboot] Let systemd-shutdown trigger final kexec | Simon Rettberg | 2019-04-12 | 5 | -29/+4![]() | |
| | | ||||||
| * | [slx-issue] Make issue generator even smarter | Simon Rettberg | 2019-04-10 | 2 | -15/+25 | |
| | | ||||||
| * | [slx-issue] Force lines to be no longer than console width | Simon Rettberg | 2019-04-10 | 1 | -11/+19 | |
| | | ||||||
| * | [kernel-vanilla] Remove temporary hack | Simon Rettberg | 2019-04-09 | 1 | -68/+0![]() | |
| | | ||||||
| * | [lightdm-greeter-bwlp] Fix roomplan downloader | Simon Rettberg | 2019-04-09 | 1 | -2/+14 | |
| | | ||||||
| * | [hardware-stats] Remove UUID fallback; require /etc/system-uuid | Simon Rettberg | 2019-04-09 | 1 | -8/+3![]() | |
| | | ||||||
| * | [pam-slx-plug] Stop execution early if not run as root | Simon Rettberg | 2019-04-08 | 1 | -0/+3 | |
| | | | | | | Running home directory mounts, group fiddling etc. doesn't make any sense if the script is not run in root context. | |||||
| * | [hardware-stats] Add missing su(do) exclusion to session open hook | Simon Rettberg | 2019-04-08 | 1 | -2/+3 | |
| | | ||||||
| * | [run-virt/pam-slx-plug] Honor SHARE_NO_HOME_WARN | Simon Rettberg | 2019-04-08 | 4 | -2/+13 | |
| | | ||||||
| * | [hardware-stats] Fix smartctl part | Simon Rettberg | 2019-04-04 | 1 | -1/+0![]() | |
| | | | | | | When refactoring how the harddisks are enumerated, an old line stripping of a colon at the end of the line was accidentally left there. | |||||
| * | [hardware-stats] Use proper cmdline switch... | Simon Rettberg | 2019-04-03 | 1 | -2/+2 | |
| | | ||||||
| * | [hardware-stats] Use ExecStop for shutdown notification | Simon Rettberg | 2019-04-03 | 4 | -18/+3![]() | |
| | | | | | | | | Try a different approach: Since out initial hardware-stats service logging the poweron event is a oneshot with RemainAfterExit set, make the shutdown reporting script its ExecStop line (and hope that this works reliably on shutdown). | |||||
| * | [xorg] Remove "set -e" | Simon Rettberg | 2019-03-22 | 1 | -2/+0![]() | |
| | | ||||||
| * | [hardware-stats] curl: Retry harder | Simon Rettberg | 2019-03-20 | 2 | -2/+2 | |
| | | ||||||
| * | [hardware-stats] Filter a few more bogus system model names | Simon Rettberg | 2019-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | [kernel-vanilla] Update to 4.19.30 | Simon Rettberg | 2019-03-19 | 1 | -1/+1 | |
| | | ||||||
| * | [lightdm-greeter-bwlp] Auto-rotate roomplan | Simon Rettberg | 2019-03-18 | 1 | -1/+1 | |
| | | ||||||
| * | [lightdm-greeter-bwlp] §"%%& me | Simon Rettberg | 2019-03-18 | 1 | -1/+1 | |
| | | ||||||
| * | [lightdm-greeter-bwlp] Fix service | Simon Rettberg | 2019-03-18 | 1 | -1/+1 | |
| | | ||||||
| * | [lightdm-greeter-bwlp] Support branding.d, fetch roomplan | Simon Rettberg | 2019-03-17 | 4 | -1/+23 | |
| | | ||||||
| * | [slx-issue] Put Client IP in issue | Simon Rettberg | 2019-03-15 | 1 | -0/+1 | |
| | | ||||||
| * | [run-virt] Use --retry-connrefused; shuffle slxlog around | Simon Rettberg | 2019-03-14 | 1 | -7/+10 | |
| | | ||||||
| * | [kiosk-slxbrowser] Honor new black/whitelist vars | Simon Rettberg | 2019-03-14 | 1 | -4/+21 | |
| | | ||||||
| * | [rootfs-stage31/dhcpc-busybox] Back to old DHCP behavior | Simon Rettberg | 2019-03-13 | 1 | -1/+1 | |
| | | | | | | | Since the PXE spec abolished th practive of having the PXE ROM set the uid field of the DHCP request to the system's UUID, we also shouldn't be doing it. Make it a KCL option called dhcpuuid. | |||||
| * | [hardware-stats] Show warning if using nouveau | Simon Rettberg | 2019-03-12 | 1 | -0/+3 | |
| | | ||||||
| * | [rootfs-stage32/vmware-common] Always force 3D - don't lower hwversion | Simon Rettberg | 2019-03-12 | 1 | -5/+5 | |
| | | ||||||
| * | [kiosk-common] Only allow 132.230.0.0/16? Very smart! | Simon Rettberg | 2019-03-12 | 1 | -26/+0![]() | |
| | | ||||||
| * | [run-virt] Ugly fix for linux script / runscript root/user, default changed ↵ | Christian Rößler | 2019-03-04 | 1 | -5/+14 | |
| | | | | | to user. | |||||
| * | [run-virt] openslx.exe: Fix timer races, remove dead code | Simon Rettberg | 2019-03-01 | 2 | -30/+6![]() | |
| | | ||||||
| * | [xscreensaver] Rename grace period var | Simon Rettberg | 2019-03-01 | 1 | -2/+2 | |
| | | ||||||
| * | [run-virt] Support setting printer as default by naming it @* | Simon Rettberg | 2019-03-01 | 2 | -3/+16 | |
| | | ||||||
| * | [run-virt] Add printer to UI | Simon Rettberg | 2019-02-28 | 2 | -10/+30 | |
| | | ||||||
| * | [run-virt] Fix PRINTER handling | Simon Rettberg | 2019-02-28 | 2 | -9/+11 | |
| | | ||||||
| * | [hardware-stats] Fiddle with service file again | Simon Rettberg | 2019-02-28 | 2 | -1/+5 | |
| | | ||||||
| * | [beamergui] Remove old unused script | Simon Rettberg | 2019-02-27 | 1 | -236/+0![]() | |
| | | ||||||
| * | [vmware-common] fix broken /tmp/vmware-* purge | Jonathan Bauer | 2019-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | [hardware-stats/rootfs-stage32] Ignore USB sticks/HDDs | Simon Rettberg | 2019-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | [run-virt] SLX_VM_MUTED -> SLX_VM_SOUND | Simon Rettberg | 2019-02-26 | 1 | -4/+6 | |
| | | | | | Also don't use 1 and 0 but keywords (enum) | |||||
| * | [xorg] Include legacy ati drivers (if installed only) | Simon Rettberg | 2019-02-21 | 1 | -0/+1 | |
| | | ||||||
| * | [xorg] Add libEGL too | Simon Rettberg | 2019-02-21 | 1 | -0/+3 | |
| | | ||||||
| * | [xorg] Add missing packages; cleanup | Simon Rettberg | 2019-02-21 | 4 | -32/+9![]() | |
| | | ||||||
| * | [system-uuid] New UUID fallback format | Simon Rettberg | 2019-02-20 | 1 | -4/+15 | |
| | | | | | Refs #3536 | |||||
| * | [system-uuid] Add another bogus UUID | Simon Rettberg | 2019-02-20 | 1 | -0/+1 | |
| | | ||||||

