Disable those name supposedly 'predictive' interface names

This commit is contained in:
Alexandre Aubin 2019-02-27 04:10:46 +01:00
parent 5726f098ff
commit d589845423
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ echo 'supersede domain-search "";' >> /etc/dhcp/dhclient.conf
echo 'supersede search ""; ' >> /etc/dhcp/dhclient.conf
EOF
# Disable those damn supposedly "predictive" interface names
# c.f. https://unix.stackexchange.com/a/338730
on_chroot << EOF
ln -s /dev/null /etc/systemd/network/99-default.link
EOF
# Avahi and mysql/mariadb needs to do some stuff which conflicts with
# the "change the root password asap" so we disable it. In fact, now
# that YunoHost 3.3 syncs the password with admin password at