summaryrefslogtreecommitdiffstats
path: root/core/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* [vmware] Extend generated user preferencesSimon Rettberg2017-11-231-0/+2
|
* [ldm/vmchooser2] Change autologin handling, support --autoquit configSimon Rettberg2017-11-232-3/+7
|
* [ldm-greeter-bwlp] Only consider SLX_AUTOLOGIN for autologinSimon Rettberg2017-11-231-1/+1
|
* [kernel-vanilla] Add .ubuntu configSimon Rettberg2017-11-221-0/+4
|
* [vmware12] extend patch matching versionsJonathan Bauer2017-11-221-0/+0
|
* [beamergui] HACK: Add missing qt5 dev tools -> need dedicated qt5 module!Simon Rettberg2017-11-221-0/+3
|
* [xorg] Include s3tc support libSimon Rettberg2017-11-221-0/+2
|
* [vmware] Update to 12.5.8Simon Rettberg2017-11-221-1/+1
|
* [kernel-vanilla] Make firmware directorySimon Rettberg2017-11-221-0/+1
|
* [pam] WTF? We're using sssd now (since about forever)Simon Rettberg2017-11-224-16/+0Star
|
* [system-uuid] Also change MAC-UUID formatSimon Rettberg2017-11-211-1/+1
| | | | Refs #3227
* [hardware-stats] Different fallback mac for dmidecode failsSimon Rettberg2017-11-211-1/+1
| | | | | This collided with the blacklisted UUIDs and led to errors in slx-admin. Fixes #3227
* [vmware] mv libexpat.so.1 to libexpat.so.0 (...)Jonathan Bauer2017-11-211-2/+16
|
* [vmware12] fix vmplayer not finding its libsJonathan Bauer2017-11-211-6/+8
|
* [vmware12] Restore old start scriptSimon Rettberg2017-11-211-6/+7
|
* [vmware12] Split vmware module into 12 and 14 until 14 is stableSimon Rettberg2017-11-2036-0/+3330
|
* [xorg] Support Ubuntu 17.10Jonathan Bauer2017-11-172-2/+4
|
* [pvs2] Remove le unneeded qt4 activationJonathan Bauer2017-11-171-3/+0Star
|
* [dbus] Config for Ubuntu 17.xJonathan Bauer2017-11-171-0/+10
|
* [vmware] Move patching inside chroot so we need just one chroot callSimon Rettberg2017-11-172-41/+110
|
* [*] qt4 -> qt5Simon Rettberg2017-11-1610-20/+34
|
* [rfs-stage31,safe-mode] Move exam mode patching from stage31 to safe-mode scriptSimon Rettberg2017-11-151-0/+30
|
* [beamergui] Use qt5Simon Rettberg2017-11-151-8/+5Star
|
* [beamergui] Fix mode setter (once again)Simon Rettberg2017-11-141-8/+18
| | | | | | | | | | | | First, reading ip-based config from beamer.conf was goofed, which isn't the preferred way of doing things anyways and then if nothing is found in the config, the fallback path that sets both outputs to 1024x768 wasn't taken. ...which brings me to the second point that 1024x768 is quite ancient, so let's fall back to the screen's preferred resolution instead, and if that fails too, use 1280x720 which should be an ok compromise and not make any halfway modern projector explode.
* [ldm-greeter-bwlp] Consider SLX_AUTOSTART_UUID too for autologinSimon Rettberg2017-11-141-1/+1
|
* [safe-mode] Support lightdmSimon Rettberg2017-11-145-0/+18
|
* [slxbrowser] Hook into lightdm-greeter-bwlp mechanism for session startkdm-legacySimon Rettberg2017-11-141-0/+10
|
* [lightdm-greeter-bwlp] Support autologin via demo sessionSimon Rettberg2017-11-145-0/+38
|
* [slxbrowser] Honor SLX_BROWSER_INSECURE config optionSimon Rettberg2017-11-141-1/+3
|
* [pam] ubuntu 17Jonathan Bauer2017-11-131-0/+45
|
* [udisks] ubuntu 17.10Jonathan Bauer2017-11-131-0/+7
|
* [xorg] ubuntu 17Jonathan Bauer2017-11-131-0/+69
| | | | | * vmmouse input driver is now built-in the kernel (CONFIG_MOUSE_PS2_VMMOUSE) * no more matrox support for video driver
* [cups] ubuntu 17Jonathan Bauer2017-11-131-0/+19
|
* [openbox] only warn on missing pango-querymodulesJonathan Bauer2017-11-131-2/+5
| | | | | | | | | this tool didn't produce any meaningful list of pango modules on even the old ubuntu 14.04.3 anyway and apparently died altogether in version 1.37 released in 2014... See: https://ftp.gnome.org/pub/gnome/sources/pango/1.37/pango-1.37.0.changes Commit: fa6dfc688c293fa02c36ee89ac5611fd5e0131a5
* [lightdm-greeter-bwlp] Fix path of messages fileSimon Rettberg2017-11-131-1/+1
|
* [hardware-stats] Fix syntax error in scriptSimon Rettberg2017-11-131-0/+1
|
* [lightdm] display-manager = symlinkSimon Rettberg2017-11-131-11/+1Star
|
* [ssh*] Fix chmod expressionSimon Rettberg2017-11-132-2/+2
|
* [lightdm-greeter-bwlp] Update config for bwlp styleSimon Rettberg2017-11-133-2/+6
|
* [hardware-stats] Write log file about potential problemsSimon Rettberg2017-11-122-1/+41
| | | | | | This is a more generic version of what we patched into the kdm theme previously, so we can switch to lightdm at some point.
* [dnbd3-proxy-mode] increase max FDs to 65536Jonathan Bauer2017-11-081-0/+1
|
* [vmware] new nvram with combined bios/efiSteffen Ritter2017-11-031-0/+0
|
* [mgmt-sshd] Change pidfileSimon Rettberg2017-11-022-2/+2
|
* [mgmt-sshd] New module for independent access to machineSimon Rettberg2017-11-0212-0/+111
| | | | | | Getting the configurable default sshd play nice with requirements we have for automatic access from the server makes life complicated. Just spawn another instance on a different port.
* [dnbd3-proxy-mode] Tweak serverPenalty, only create ipt rules with whitelist ↵Simon Rettberg2017-11-023-11/+18
| | | | present
* [run-virt] match remapMode/createMissingRemap onJonathan Bauer2017-11-021-2/+2
| | | | ...line start only
* [run-virt] no '.' for exit ><Jonathan Bauer2017-11-021-1/+1
|
* [dnbd3-proxy-mode] Support new lookupMissingForProxy option of dnbd3-serverSimon Rettberg2017-11-021-1/+7
|
* [dnbd3-proxy-mode] Run dnbd3-server in -errormsg mode if setup failedSimon Rettberg2017-11-023-30/+72
|
* [rfs-stage31/dhcp] "Fix" DHCP setup logicSimon Rettberg2017-10-271-2/+2
| | | | Like this can ever be fixed...