fix: no asignar ips link local en docker escuela-comun/abyayala#88

This commit is contained in:
2026-05-14 12:54:08 -03:00
parent 9a34a258ea
commit 463500e672
+3
View File
@@ -120,6 +120,9 @@ fi
ok "Configurando DHCP"
sed -re "s/#\s*(clientid)/\1/" -e "s/^(duid)/# \1/" -i /etc/dhcpcd.conf
if ! grep -q "denyinterfaces " /etc/dhcpcd.conf ; then
echo "denyinterfaces veth*" >> /etc/dhcpcd.conf
fi
if ! test -f /etc/dropbear/initramfs/authorized_keys; then
ln $authorized_keys /etc/dropbear/initramfs/authorized_keys