summaryrefslogtreecommitdiffstats
path: root/core/targets/bwlp
Commit message (Collapse)AuthorAgeFilesLines
* [bwlp] Remove evdi, not used anymoreSimon Rettberg2025-11-191-1/+0Star
|
* [kiosk-firefox] Add new moduleSimon Rettberg2024-11-121-0/+1
|
* bwlp: Put kiosk-chromium in proper targetSimon Rettberg2024-11-121-0/+1
|
* [cowgui] New module for managing CoW sessionSimon Rettberg2024-05-131-0/+1
|
* blwp target: Enable slx-brightnessSimon Rettberg2024-03-121-0/+1
|
* Enable bwlp-desktop-tweaks in bwlp targetSimon Rettberg2024-01-231-0/+1
|
* [x11vnc/tigervnc] Seems we shouldn't remove something still in useSimon Rettberg2023-06-051-0/+1
| | | | | | | | PVS2 is still using x11vnc for screen scraping, so maybe removing that when we moved to tigervnc for remte access wasn't such a great idea. Maybe, some day in the future, PVS2 will be extended so it can use either server.
* dsflkgjsldkfgSimon Rettberg2023-05-151-0/+1
|
* [bwlp-stage4-tweaks] Move common files from rfs-stage32 to own moduleSimon Rettberg2022-12-151-0/+1
| | | | ... so we get them in the MaxiLinux stage4 builds too.
* Make buildable on debian 12Simon Rettberg2022-12-121-1/+1
|
* [evdi] New module: Virtual DisplayInterfaceSimon Rettberg2022-02-231-0/+1
|
* bwlp: Add pulseaudio moduleSimon Rettberg2021-10-281-0/+1
|
* [pulseaudio/alsa] Switch to alsa, add pactl pendant to amixer MuteSimon Rettberg2021-10-281-1/+0Star
|
* [system-tweaks] Add module that sets desired sysctl optionsSimon Rettberg2021-10-201-0/+1
|
* Implement blocking network.target and network-online.targetSimon Rettberg2021-08-111-0/+1
| | | | | | | | | | Add two services that will delay reaching the according targets, until conditions we consider reasonable are reached. For network.target that is finishing DHCP for the primary interface, for network-online.target we want to see a default gateway or a proxy server configured. Both have a timeout of about 10 seconds for now; this might be increased later on, if necessary.
* [x11vnc-src] Module that builds x11vnc from the 18.04 source packageSimon Rettberg2021-07-291-1/+1
|
* [*] move vmware-version-check to bwlp targetJonathan Bauer2021-07-231-0/+1
|
* [disk-partitions] New module, modularize partition setupSimon Rettberg2021-07-221-0/+1
|
* bwlp: remove busybox from targetJonathan Bauer2021-07-091-1/+0Star
| | | | | | its only needed in stage31. dracut builds it on its own. Both copy it to stage32/stage4 so no need to install it in bwlp target. Also makes the REMOTE_LOCAL_INSTALL check obsolete.
* bwlp: add demo-user module and remove from rootfs-stage32Jonathan Bauer2021-07-091-0/+1
|
* target/bwlp: Remove stage4 specific modulesSimon Rettberg2021-07-094-4/+0Star
|
* [slxlog] Add moduleSimon Rettberg2021-07-091-0/+1
|
* Add sub-target feature: Targets can contain other targetsSimon Rettberg2021-07-0731-3/+29
| | | | | | Similar to module-links, you can now have symlinks to other targets in a target, and they will be recursively scanned for modules. Dependencies can be declared across targets.
* [distro-logo] own module for distro logoJonathan Bauer2021-04-061-0/+1
|
* [apply-slx-vars] New moduleSimon Rettberg2021-02-221-0/+1
| | | | | Generic module that should evaluate different SLX_* variables from /opt/openslx/config and act upon them.
* [ntfsfree] New moduleSimon Rettberg2020-10-121-0/+1
|
* [systemd-default-path] new module to set our PATHJonathan Bauer2020-09-281-0/+1
|
* [xfwm] Add moduleSimon Rettberg2020-08-211-0/+1
|
* [run-virt/vmware-common] Switch to xfwm4 for dual-screenSimon Rettberg2020-08-211-1/+0Star
| | | | | | Giving up on the blackbox/automatic approach; it appears that using VMwareResolutionSet in a full-screen windows guest to enable more than one screen can lead to a complete freeze of the guest.
* [blackbox] Add module, use for bwlpSimon Rettberg2020-08-181-0/+1
|
* [bwlp] add networkd-dispatcher to targetJonathan Bauer2019-01-041-0/+1
|
* [bwlp] added kiosk mods to targetJonathan Bauer2019-01-043-0/+3
|
* [bwlp] add "raw" bwlp targetJonathan Bauer2017-10-0930-0/+30
This target should only contain bwlp related modules without other minilinux related modules. This aims to be the minimal set of modules to essentially "bwlehrpoolize" a base linux installation and it meant to be used with the yet to be commited "local install mode"