mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
pentoo-sources: add pcie=realloc to default to fix thunderbolt 3 issues
This commit is contained in:
parent
69a325a722
commit
fdd4f5bebd
2 changed files with 2 additions and 2 deletions
|
|
@ -514,7 +514,7 @@ CONFIG_HOTPLUG_CPU=y
|
|||
# CONFIG_LEGACY_VSYSCALL_XONLY is not set
|
||||
CONFIG_LEGACY_VSYSCALL_NONE=y
|
||||
CONFIG_CMDLINE_BOOL=y
|
||||
CONFIG_CMDLINE="usbcore.usbfs_memory_mb=0 net.ifnames=0"
|
||||
CONFIG_CMDLINE="usbcore.usbfs_memory_mb=0 pcie=realloc net.ifnames=0"
|
||||
# CONFIG_CMDLINE_OVERRIDE is not set
|
||||
# CONFIG_MODIFY_LDT_SYSCALL is not set
|
||||
# CONFIG_STRICT_SIGALTSTACK_SIZE is not set
|
||||
|
|
|
|||
|
|
@ -494,7 +494,7 @@ CONFIG_HOTPLUG_CPU=y
|
|||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
# CONFIG_COMPAT_VDSO is not set
|
||||
CONFIG_CMDLINE_BOOL=y
|
||||
CONFIG_CMDLINE="usbcore.usbfs_memory_mb=0 net.ifnames=0"
|
||||
CONFIG_CMDLINE="usbcore.usbfs_memory_mb=0 pcie=realloc net.ifnames=0"
|
||||
# CONFIG_CMDLINE_OVERRIDE is not set
|
||||
# CONFIG_MODIFY_LDT_SYSCALL is not set
|
||||
# CONFIG_STRICT_SIGALTSTACK_SIZE is not set
|
||||
|
|
|
|||
Loading…
Reference in a new issue