upgrade bookworm

This commit is contained in:
2025-01-05 19:04:19 +01:00
parent 5dff08c44d
commit ff7644a32a
9 changed files with 45 additions and 26 deletions

View File

@ -20,8 +20,8 @@ touch /etc/network/keepdhcp
# Force lxc bridged interface metric (else, it grows to 200+interface_index, which can be large with successive stop/start)
# This metric must be lower than the one exported by BGP for the default route (static part below)
mkdir /etc/udhcpc
echo "IF_METRIC=200" > /etc/udhcpc/udhcpc.conf
mkdir -p /etc/udhcpc
echo "IF_METRIC=200" >> /etc/udhcpc/udhcpc.conf
# customize bird config (BGP)