1
0
Fork 0

[FIX] Installer resolvconf

This commit is contained in:
pulsar89.5 2023-09-22 11:22:28 +02:00
parent a823b83704
commit 258ea348ab
1 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,7 @@ packages:
sets:
- action: install
packages:
- dbus
- locales
- sudo
- action: remove
@ -54,6 +55,13 @@ actions:
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
# Cleanup underlying /run
mount -o bind / /mnt
rm -rf /mnt/run/*