mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
Mikaela Suomalainen
d39ec4ccfe
I seem to be using it in multiple systems so I cannot say I don't recommend it, when it's understood.
5 lines
274 B
INI
5 lines
274 B
INI
# Use the old "nonpredictable" netork interface names
|
|
# I guess this is fine if you only have one interface per type in which case
|
|
# everything is eth0/wlan0/similar, otherwise predictable may be easier
|
|
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT net.ifnames=0"
|