miku: Fix abi.vsyscall32
This commit is contained in:
parent
406a144bd5
commit
5de5e206d2
@ -155,11 +155,13 @@
|
|||||||
"clocksource=tsc"
|
"clocksource=tsc"
|
||||||
"tsc=reliable"
|
"tsc=reliable"
|
||||||
"pci=noaer"
|
"pci=noaer"
|
||||||
# League of Legends under Linux
|
|
||||||
"abi.vsyscall32=0"
|
|
||||||
# Enable Apparmor
|
# Enable Apparmor
|
||||||
"lsm=landlock,lockdown,yama,integrity,apparmor,bpf"
|
"lsm=landlock,lockdown,yama,integrity,apparmor,bpf"
|
||||||
];
|
];
|
||||||
|
kernel.sysctl = {
|
||||||
|
# League of Legends under Linux
|
||||||
|
"abi.vsyscall32" = 0;
|
||||||
|
};
|
||||||
|
|
||||||
extraModulePackages = [ kernel.vendor-reset ];
|
extraModulePackages = [ kernel.vendor-reset ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user