summaryrefslogtreecommitdiff
path: root/rootfs/local.yaml
AgeCommit message (Collapse)Author
2023-06-19Replace resolv.conf hack with new hackAndrew Cady
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.
2022-01-11ugly hack fix, not rightAndrew Cady
2019-10-15rootfs: try to add all needed build depsAndrew Cady
2019-06-19move fsmgr rootfs config into this repoAndrew Cady