summaryrefslogtreecommitdiffstats
path: root/core/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* [init-bwlp] Fix pathSimon Rettberg2020-12-081-1/+1
|
* [rootfs-stage31] Move SSL hook to pre-switchrootSimon Rettberg2020-12-081-0/+0
| | | | | | After downloading config.tgz, the stage32 / stage4 isn't necessarily visible in $FUTURE_ROOT yet, so move our certificate juggle to a later point in time.
* [kernel-vanilla] Fix hardcoded aufs4Simon Rettberg2020-12-081-1/+1
|
* [remote-access] Add -noxrecord to prevent stack smashingSimon Rettberg2020-12-081-1/+1
|
* [init-bwlp] Add module for bwlp-specific init stuffSimon Rettberg2020-12-073-0/+42
|
* [vbox-src] Make xmlstarlet calls namespace-agnosticSimon Rettberg2020-12-021-15/+12Star
| | | | See http://xmlstar.sourceforge.net/doc/UG/ch05.html
* [dunst] Change deprecated options / fix icon pathSteffen Ritter2020-11-191-6/+4Star
| | | | | | Icon path only exists in MaxiLinux. fixes #3810
* [vbox-src] make extpack installation configurableJonathan Bauer2020-11-161-13/+17
| | | | Currently disabled. Activate by setting "REQUIRED_EXTPACK" in module.conf.
* [dnbd3] update cmake variablesJonathan Bauer2020-11-131-5/+5
|
* [dnbd3] update build to match new cmake changesJonathan Bauer2020-11-121-9/+18
|
* [dnbd3-proxy-mode] Honor config overrides from SLX_DNBD3_EXTRASimon Rettberg2020-11-051-0/+11
| | | | Closes #3328
* [kiosk-slxbrowser] Support black- and whitelist simultaneouslySimon Rettberg2020-10-281-10/+20
|
* [kiosk-chromium] Support black- and whitelist at the same timeSimon Rettberg2020-10-281-11/+23
|
* [redsocks] also set all_proxyJonathan Bauer2020-10-261-0/+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.
* [ntfsfree] Fix size in log messageSimon Rettberg2020-10-231-1/+1
|
* [ntfsfree] No cmakeSimon Rettberg2020-10-221-5/+3Star
|
* [splashtool] Add ATTRIBUTION file for iconsSimon Rettberg2020-10-221-0/+1
|
* [kiosk-chromium] Use jq to build URL white/blacklistSimon Rettberg2020-10-202-30/+34
|
* [vmware-common] Get rid of XML lookup for maxHWversionSimon Rettberg2020-10-161-15/+10Star
| | | | | This was a hack anyways, now that we have to maintain a list ourselves this seems pointless.
* [vmware-common] Fix indentationSimon Rettberg2020-10-161-1/+1
|
* [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.
* [rfs-stage32/vmware*] Change vmware version namingSimon Rettberg2020-10-141-22/+11Star
| | | | | | | | | | Hard-coding the version check to VMware 12 and 15 isn't great for future updates -- i.e. now, that VMware 16 is released. Instead make the version check script return "new" or "legacy", and rename the targets: vmware12 -> vmware-legacy vmware15 -> vmware The addon downloading/setup should then act upon this accordingly.
* [vmware16] New moduleSimon Rettberg2020-10-146-0/+303
|
* [splashtool] Commit proper icon setSimon Rettberg2020-10-1331-92/+6Star
|
* [splashtool] Finish first working implementationSimon Rettberg2020-10-1338-5/+154
| | | | Adds icons, triggers their display at appropriate times.
* [vmware-common] Hard-coded lookup table for hwversionSimon Rettberg2020-10-131-3/+11
| | | | | Unfortunately, looking this up from files lying around was a short-lived endeavor.
* [vbox-src] FixSimon Rettberg2020-10-121-0/+1
|
* [vbox-src] FGic FGifxfix fix fix fixSimon Rettberg2020-10-121-47/+47
|
* [vbox-src] StffSimon Rettberg2020-10-121-3/+6
|
* [vbox-src] sdfkjgdlfgkjSimon Rettberg2020-10-121-1/+1
|
* [vbox-src] Extpack has no aSimon Rettberg2020-10-121-1/+1
|
* [vbox-src] Sanitize, support 1.2.3a version schemeSimon Rettberg2020-10-121-9/+14
|
* [ntfsfree] New moduleSimon Rettberg2020-10-1210-0/+406
|
* [vmware15] use prepatched vmware kernel modulesJonathan Bauer2020-10-091-18/+34
| | | | taken from 9c9da17732ee9da8bcb18d2b2e6e4dba9cec3e5a
* [kernel-vanilla] remove old iommu patchJonathan Bauer2020-10-091-13/+0Star
| | | | since it's set via KCL now
* [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-065-139/+24Star
|
* [dhcpc-busybox] merge "search" entriesJonathan Bauer2020-10-051-1/+14
|
* [remote-access] Make sure x11vnc doesn't restart with wrong X instanceSimon Rettberg2020-10-051-3/+9
| | | | | We make a copy of the xauth cookie, so if the server restarts, we'll use the wrong one, which leads to a connection failure.
* [xorg] Improve intel matching for IRIS fixSimon Rettberg2020-10-051-1/+1
| | | | | | For some reason, on some intel NUCs, the nvidia driver is attempted to be loaded even though it doesn't even exist. The old grep matched that and then failed to apply the fix.
* [run-virt] is_command_runnnnningSimon Rettberg2020-10-021-1/+1
|
* [vmware-common] Fix missing heredocSimon Rettberg2020-10-021-4/+8
|
* [remote-access] Split noinput xorg config from zaphodhead configSimon Rettberg2020-10-023-6/+8
|
* [dhcpc-busybox] Re-enable running DHCP client on non-primary bridgesSimon Rettberg2020-10-011-1/+1
|
* [systemd] Move network-interface service/udevrule to dhcpc-busyboxSimon Rettberg2020-10-014-10/+0Star
|
* [systemd-default-path] fix copy&pastaJonathan Bauer2020-09-291-3/+1Star
|
* [beamergui] Don't launch if remoteaccess is activeSimon Rettberg2020-09-291-0/+3
| | | | | Beamergui would mess up the custom resolution created for the user's browser. Don't do anything in this case.
* [systemd-default-path] new module to set our PATHJonathan Bauer2020-09-283-0/+20
|