resolv.conf fixes

This commit is contained in:
2025-11-17 12:56:42 -07:00
parent 016b1dfcca
commit 692370ebf6
3 changed files with 7 additions and 10 deletions

View File

@@ -9,5 +9,6 @@ if [ "$1" = "-u" ]; then
fi
echo "force-unsafe-io" > $CHROOT/etc/dpkg/dpkg.cfg.d/calamares-force-unsafe-io
rm $CHROOT/etc/resolv.conf
ln -sf /run/systemd/resolve/stub-resolv.conf $CHROOT/etc/resolv.conf
exit 0