1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-03-10 16:40:42 +01:00

6 lines
278 B
INI
Raw Normal View History

2020-09-03 19:39:00 +03:00
# This supposedly ensures that r8168 gets modprobed
# Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
2020-09-03 19:39:00 +03:00
# The module is reporting to not be found for some reason while r8169 at
# least brings ethernet up
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT r8168 r8169"