feat: load ntsync kernel module on boot
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:
parent
fa6e4c5be3
commit
cf27ab47ba
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue