You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes I recognised it as well and new images since DietPi v6.27 contain all related configs to assure predictable names: 017aa0b
With this /etc/systemd/network/99-default.link might not be required anymore when the cmdline option and/or the udev rule are set, but AFAIK it as well assures that systemd-networkd is not configuring anything if enabled/started by accident or some software package, which would collide with ifupdown.
Creating a bug report/issue
Required Information
cat /boot/dietpi/.version
v6.30.0 (before my fix)
v6.31.2 (after my fix)
echo $G_DISTRO_NAME
orcat /etc/debian_version
Debian Bullseye
uname -a
Linux hostname 4.19.66-v7+ DietPi-Config | CPU performance benchmark #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux
echo $G_HW_MODEL_NAME
or (EG: RPi3)Raspberry Pi 3 B
Custom
Transcend 32GB
Steps to reproduce
full-upgrade
from Buster to Bullseye.Expected behaviour
eth0
.Actual behaviour
ln -s /dev/null /etc/systemd/network/99-default.link
is already set.eth0
is still renamed toenxMAC_ADDRESS
without user's consent.Extra details
net.ifnames=0
to/boot/cmdline.txt
.The text was updated successfully, but these errors were encountered: