fix: no asignar ips link local en docker escuela-comun/abyayala#88
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user