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