summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [rootfs-stage31] Scan pci device tree recursivelyv23Simon Rettberg2019-04-162-8/+14
|
* [etherwake] add missing templatesJonathan Bauer2019-04-121-0/+2
|
* [kexec-reboot] Let systemd-shutdown trigger final kexecSimon Rettberg2019-04-125-29/+4Star
|
* [rfs-stage31] Add firmware loader to hotplug scriptSimon Rettberg2019-04-111-0/+11
|
* [rfs-stage31] Add hotplug handler for loading kernel modulesSimon Rettberg2019-04-113-66/+19Star
| | | | | This will only handle PCI devices for now, everything else should not be required for stage31.
* [slx-issue] Make issue generator even smarterSimon Rettberg2019-04-102-15/+25
|
* [slx-issue] Force lines to be no longer than console widthSimon Rettberg2019-04-101-11/+19
|
* [kernel-vanilla] Remove temporary hackSimon Rettberg2019-04-091-68/+0Star
|
* [lightdm-greeter-bwlp] Fix roomplan downloaderSimon Rettberg2019-04-091-2/+14
|
* [hardware-stats] Remove UUID fallback; require /etc/system-uuidSimon Rettberg2019-04-091-8/+3Star
|
* [pam-slx-plug] Stop execution early if not run as rootSimon Rettberg2019-04-081-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 hookSimon Rettberg2019-04-081-2/+3
|
* [run-virt/pam-slx-plug] Honor SHARE_NO_HOME_WARNSimon Rettberg2019-04-084-2/+13
|
* [rootfs-stage32] Fix detecting single digit type MBR partitionsSimon Rettberg2019-04-041-1/+1
|
* [rootfs-stage32] Explicitly wait for a HDD when using --hddSimon Rettberg2019-04-041-2/+2
| | | | | | | | | | Before, we would exit the wait_for_hdd function if a) udevadm settle finishes, or additionally b) if --hdd was passed and something is in /dev/disk/by-path Now it's either condition a) if --hdd was not passed, or just condition b) if --hdd was passed, so in the latter case we'll keep waiting even if udevadm settle already finished.
* [hardware-stats] Fix smartctl partSimon Rettberg2019-04-041-1/+0Star
| | | | | 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 Rettberg2019-04-031-2/+2
|
* [hardware-stats] Use ExecStop for shutdown notificationSimon Rettberg2019-04-034-18/+3Star
| | | | | | | 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 Rettberg2019-03-221-2/+0Star
|
* [hardware-stats] curl: Retry harderSimon Rettberg2019-03-202-2/+2
|
* [hardware-stats] Filter a few more bogus system model namesSimon Rettberg2019-03-201-1/+1
|
* [kernel-vanilla] Update to 4.19.30Simon Rettberg2019-03-191-1/+1
|
* [lightdm-greeter-bwlp] Auto-rotate roomplanSimon Rettberg2019-03-181-1/+1
|
* [lightdm-greeter-bwlp] §"%%& meSimon Rettberg2019-03-181-1/+1
|
* [lightdm-greeter-bwlp] Fix serviceSimon Rettberg2019-03-181-1/+1
|
* [lightdm-greeter-bwlp] Support branding.d, fetch roomplanSimon Rettberg2019-03-174-1/+23
|
* [slx-issue] Put Client IP in issueSimon Rettberg2019-03-151-0/+1
|
* [run-virt] Use --retry-connrefused; shuffle slxlog aroundSimon Rettberg2019-03-141-7/+10
|
* [kiosk-slxbrowser] Honor new black/whitelist varsSimon Rettberg2019-03-141-4/+21
|
* [rootfs-stage31/dhcpc-busybox] Back to old DHCP behaviorSimon Rettberg2019-03-133-6/+12
| | | | | | 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 nouveauSimon Rettberg2019-03-121-0/+3
|
* [rootfs-stage32/vmware-common] Always force 3D - don't lower hwversionSimon Rettberg2019-03-122-7/+10
|
* [kiosk-common] Only allow 132.230.0.0/16? Very smart!Simon Rettberg2019-03-121-26/+0Star
|
* [run-virt] Ugly fix for linux script / runscript root/user, default changed ↵Christian Rößler2019-03-041-5/+14
| | | | to user.
* [run-virt] openslx.exe: Fix timer races, remove dead codeSimon Rettberg2019-03-012-30/+6Star
|
* [xscreensaver] Rename grace period varSimon Rettberg2019-03-011-2/+2
|
* [run-virt] Support setting printer as default by naming it @*Simon Rettberg2019-03-012-3/+16
|
* [run-virt] Add printer to UISimon Rettberg2019-02-282-10/+30
|
* [run-virt] Fix PRINTER handlingSimon Rettberg2019-02-282-9/+11
|
* [hardware-stats] Fiddle with service file againSimon Rettberg2019-02-282-1/+5
|
* [beamergui] Remove old unused scriptSimon Rettberg2019-02-271-236/+0Star
|
* [vmware-common] fix broken /tmp/vmware-* purgeJonathan Bauer2019-02-271-1/+1
|
* [hardware-stats/rootfs-stage32] Ignore USB sticks/HDDsSimon Rettberg2019-02-262-2/+2
|
* [run-virt] SLX_VM_MUTED -> SLX_VM_SOUNDSimon Rettberg2019-02-261-4/+6
| | | | Also don't use 1 and 0 but keywords (enum)
* [rootfs-stage32] Fix bug when using --hddSimon Rettberg2019-02-221-1/+4
|
* [xorg] Include legacy ati drivers (if installed only)Simon Rettberg2019-02-211-0/+1
|
* [xorg] Add libEGL tooSimon Rettberg2019-02-211-0/+3
|
* [xorg] Add missing packages; cleanupSimon Rettberg2019-02-214-32/+9Star
|
* [system-uuid] New UUID fallback formatSimon Rettberg2019-02-201-4/+15
| | | | Refs #3536
* [system-uuid] Add another bogus UUIDSimon Rettberg2019-02-201-0/+1
|