summaryrefslogtreecommitdiff
path: root/rootfs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-06-19 17:33:00 -0400
committeru <u@billy>2023-11-17 08:44:10 -0500
commit815bd7eaf0b8451eac00eae530ed67926af2e5a7 (patch)
tree1056225378603836070fbbdd9dc3a135753240a4 /rootfs
parentd3b050937aad011c29d4939680eb150b95b8d62c (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