1
0
Fork 0

feat: load ntsync kernel module on boot
Some checks failed
/ Build onc-kde:main (push) Successful in 12m15s
/ Build onc-kde:main-nvidia (push) Failing after 4m52s
/ Build onc-kde:main-nvidia-ver4a (push) Has been skipped
/ Build onc-kde:main-ver4a (push) Successful in 6m43s

ntsync was merged into wine and will be included in future proton
releases

Fedora may enable this by default
https://fedoraproject.org/wiki/Changes/NTSYNC-Contained, until that
happens, this package is necessary. And may remain necessary because of
flatpaks (e.g. steam), that can't depend on rpms and load modules
through them.
This commit is contained in:
ver4a 2026-01-10 20:33:46 +01:00
parent fa6e4c5be3
commit cf27ab47ba

View file

@ -40,6 +40,9 @@ RUN dnf5 -y swap nano-default-editor vim-default-editor
# Remove default color prompt (is replaced with a custom one)
RUN dnf5 -y remove bash-color-prompt
# Load the ntsync kernel module on boot
RUN dnf5 -y install ntsync-autoload
# Apply configuration
COPY etc /etc
COPY usr /usr