From 604de17d616212306f9cad2f05404514d48c7875 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 21 Dec 2019 19:31:30 +0100 Subject: [PATCH] install iproute2 in networking section --- post-debootstrap-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index f3d7302..afddf1f 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -49,6 +49,7 @@ sed -i "s/%esp_uuid%/${esp_uuid}/" /etc/fstab ### networking +apt-get -y install iproute2 # --force-confold because we already provide /etc/nftables.conf apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install nftables @@ -95,7 +96,6 @@ apt-get -y install \ man-db \ vim \ bash-completion \ - iproute2 \ iputils-ping \ traceroute \ tcpdump \