From a823b83704b8aa048df0a453458bd86087c95842 Mon Sep 17 00:00:00 2001 From: Alexandre Le Gall Date: Thu, 21 Sep 2023 17:10:36 +0200 Subject: [PATCH] Revert "[EVO] Ajouter le paquet resolvconf" --- distrobuilder/debian-sid.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/distrobuilder/debian-sid.yml b/distrobuilder/debian-sid.yml index b125880..fb22282 100644 --- a/distrobuilder/debian-sid.yml +++ b/distrobuilder/debian-sid.yml @@ -44,12 +44,6 @@ packages: - nano actions: - - trigger: post-update - action: |- - #!/bin/sh - set -eux - - - trigger: post-packages action: |- #!/bin/sh @@ -59,14 +53,6 @@ actions: echo "en_US.UTF-8 UTF-8" | tee --append /etc/locale.gen dpkg-reconfigure --frontend=noninteractive locales update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 - - # Install resolvconf - echo resolvconf resolvconf/linkify-resolvconf boolean false | debconf-set-selections - echo "REPORT_ABSENT_SYMLINK=no" >> /etc/default/resolvconf - apt-get -y install resolvconf - echo resolvconf resolvconf/linkify-resolvconf boolean true | debconf-set-selections - rm /etc/default/resolvconf - ln -nsf ../run/resolvconf/resolv.conf /etc/resolv.conf # Cleanup underlying /run mount -o bind / /mnt