commonsourcecs
commonsourcecs
Seems possibly related to https://github.com/sddm/sddm/issues/1502# Using either x11-user or wayland results in a black screen with no visible sddm start. I have ensured early KMS is enabled, have built latest...
Include all packages including foreign, replace grep with awk, remove redundant '[installed]' text, include error echos. This addresses #168
The script `cachyos-bugreport.sh` is the lone example of tools retaining some kind of extension. All other tools, eg: `game-performance`, are without suffix. ( Excepting some in the `skel` of the...
The current output in the bugreport listing "Installed packages" https://github.com/CachyOS/CachyOS-Settings/blob/a559ecccf0844dc1f4a81bdedf3b5e15899304b6/usr/bin/cachyos-bugreport.sh#L50C1-L60C2 only prints those coming from the Cachy micro-architecture repos (v3, v4, znver4). This outputs a list only containing a handful...
https://github.com/CachyOS/CachyOS-Settings/blob/master/usr/lib/sysctl.d/99-cachyos-settings.conf#L33 `kernel.unprivileged_userns_clone = 1` is known to significantly increase security vulnerabilities. What is the rationale behind forcing it to enabled (1) ?
Mark strings as 'real' to retain escape characters. This partially addresses issue #43 .