From 81aab6fc13762f4da3e5df9514ce51438c308adf 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. --- fsmgr | 2 +- rootfs/local.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/fsmgr b/fsmgr index dcd1b89..041fde0 160000 --- a/fsmgr +++ b/fsmgr @@ -1 +1 @@ -Subproject commit dcd1b899cef238c77c9a3169017dfaa5e7b7f4e3 +Subproject commit 041fde012385cd83876573edd97e30d25f4fb893 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