diff --git a/etc/Makefile b/etc/Makefile index 4404daaec..81b080149 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -4,7 +4,7 @@ USRETC=/usr/etc/ FILES1=fstab group hostname.file inet.conf motd.install mtab passwd profile \ protocols rc services termcap ttytab utmp rc.cd binary_sizes \ binary_sizes.big binary_sizes.xxl syslog.conf rc.daemons.dist \ - rs.inet rs.single make.conf system.conf ttys + rs.inet rs.single make.conf system.conf ttys resolv.conf FILES2=shadow FILES3=daily dhcptags.conf rc diff --git a/etc/resolv.conf b/etc/resolv.conf new file mode 100644 index 000000000..bcc6e4475 --- /dev/null +++ b/etc/resolv.conf @@ -0,0 +1,2 @@ +# Use Minix nonamed for now +nameserver 127.0.0.1