Disable those name supposedly 'predictive' interface names
This commit is contained in:
parent
5726f098ff
commit
d589845423
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ echo 'supersede domain-search "";' >> /etc/dhcp/dhclient.conf
|
||||||
echo 'supersede search ""; ' >> /etc/dhcp/dhclient.conf
|
echo 'supersede search ""; ' >> /etc/dhcp/dhclient.conf
|
||||||
EOF
|
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
|
# 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
|
# the "change the root password asap" so we disable it. In fact, now
|
||||||
# that YunoHost 3.3 syncs the password with admin password at
|
# that YunoHost 3.3 syncs the password with admin password at
|
||||||
|
|
Loading…
Reference in a new issue