summaryrefslogtreecommitdiff
path: root/rootfs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-06-19 17:33:00 -0400
committerAndrew Cady <d@jerkface.net>2023-06-19 17:33:00 -0400
commit81aab6fc13762f4da3e5df9514ce51438c308adf (patch)
tree8cc943b7c9c58ddd6731b4c80fcc27b0f5550691 /rootfs
parent16acb2463ec248f00ffc42303a1b5ced34a8b09a (diff)
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.
Diffstat (limited to 'rootfs')
-rw-r--r--rootfs/local.yaml2
1 files changed, 0 insertions, 2 deletions
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 @@
1parent: 10000000000 1parent: 10000000000
2unpack-only: false 2unpack-only: false
3debconf: local.dat 3debconf: local.dat
4files:
5- /etc/resolv.conf