diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-07-18 15:18:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-07-18 15:18:50 +0000 |
commit | ea9ac3a8a63c9d680d3eb2fbae55b8944066b478 (patch) | |
tree | 8a4f2e5c078af716d2abb9da0eea3bd89bd70b60 /distrib/riscv64 | |
parent | cd8098560ae5c49bf2c08f0304a1da55936179e4 (diff) |
Remove hackery around /tmp/i/resolv.conf*. In particular "lookup file bind"
is required because of TLS servername for contacting ftp.openbsd.org, and
there is no point doing that in resolv.conf.tail because it is no longer used.
ok florian kn
Diffstat (limited to 'distrib/riscv64')
-rw-r--r-- | distrib/riscv64/ramdisk/list | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/riscv64/ramdisk/list b/distrib/riscv64/ramdisk/list index ba5f9a5b47b..a3c9fe6e4a7 100644 --- a/distrib/riscv64/ramdisk/list +++ b/distrib/riscv64/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.2 2021/07/16 15:24:09 florian Exp $ +# $OpenBSD: list,v 1.3 2021/07/18 15:18:49 deraadt Exp $ SRCDIRS distrib/special @@ -83,7 +83,6 @@ COPY ${CURDIR}/../../miniroot/services etc/services TERMCAP vt100,vt220,dumb usr/share/misc/termcap SYMLINK /tmp/i/fstab.shadow etc/fstab -SYMLINK /tmp/i/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/i/hosts etc/hosts # and the installation tools |