From 815bd7eaf0b8451eac00eae530ed67926af2e5a7 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 19 Jun 2023 17:33:00 -0400 Subject: Replace resolv.conf hack with new hack We need working DNS resolution to download the firmware for two Debian wireless firmware packages. Previously this was accomplished by copying resolv.conf into the chroot, which was bad, because it leaked data about the build system into the chroot. Now the resolv.conf is bind-mounted in the chroot so it won't affect the install target root filesystem. --- rootfs/local.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'rootfs') diff --git a/rootfs/local.yaml b/rootfs/local.yaml index 66fbed7..0796770 100644 --- a/rootfs/local.yaml +++ b/rootfs/local.yaml @@ -1,5 +1,3 @@ parent: 10000000000 unpack-only: false debconf: local.dat -files: -- /etc/resolv.conf -- cgit v1.2.3