summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-drm
Commit message (Collapse)AuthorAgeFilesLines
* [slx-drm] Build separate initrd for nvidia driversSimon Rettberg2025-04-172-4/+33
| | | | | | | | | | | As those make up for biggest chunk regarding the size of our initrd, split them out into a separate initrd that can be loaded on demand. Our bwLehrpool main initrd is now 92MB, the nvidia addon is 145MB. The same idea might be viable for amdgpu, which is also relatively large considering its kmod + firmware.
* [slx-drm] Don't copy nvidia drivers to stage4, pointlessSimon Rettberg2025-04-164-31/+12Star
|
* Use slx_service helper to create service filesSimon Rettberg2024-02-093-35/+8Star
|
* Link all services in initrd.target.wantsSimon Rettberg2024-02-011-2/+2
|
* De-dracutize service-scripts, try to use ash where applicableSimon Rettberg2024-01-312-47/+41Star
|
* Try to use more systemd servicesSimon Rettberg2024-01-295-3/+36
|
* [slx-drm] Load nVidia driver for all Class 03 sub-typesSimon Rettberg2023-06-212-6/+6
|
* restructure repoJonathan Bauer2020-05-133-0/+92
* remove packager * move everything from builder/* back to root