pentoo-sources: add pcie=realloc to default to fix thunderbolt 3 issues

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-04-04 11:46:29 -04:00
parent 69a325a722
commit fdd4f5bebd
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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