installer: ifconfig knows this is 127.0.0.1/8

While here, also register ::1 -- it's only polite.
This commit is contained in:
Franco Fichtner 2018-05-18 19:47:23 +02:00
parent fc0c0478b5
commit 655f8ea573

View File

@ -32,7 +32,8 @@ fi
sysctl kern.geom.debugflags=16 >/dev/null
sysctl net.link.ether.inet.log_arp_wrong_iface=0 >/dev/null
ifconfig lo0 127.0.0.1/24
ifconfig lo0 127.0.0.1
ifconfig lo0 ::1
ifconfig lo0 up
if [ -z "${TERM}" ]; then