wry, many thing
This commit is contained in:
parent
6e62eccfba
commit
848ed62c5d
47 changed files with 1598 additions and 1201 deletions
|
|
@ -4,6 +4,11 @@
|
|||
scope "boot" {
|
||||
|
||||
initrd.availableKernelModules = [
|
||||
"nvidia_drm"
|
||||
"nvidia_modeset"
|
||||
"nvidia_uvm"
|
||||
"nvidia"
|
||||
"video"
|
||||
"xhci_pci"
|
||||
"ahci"
|
||||
"usbcore"
|
||||
|
|
@ -18,7 +23,7 @@ scope "boot" {
|
|||
consoleLogLevel = 0;
|
||||
kernelParams = [
|
||||
"mitigations=off"
|
||||
"preempt=full"
|
||||
"preempt=lazy"
|
||||
"quiet"
|
||||
"loglevel=3"
|
||||
"systemd.show_status=off"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue