--- elwix/config/etc/default/rc.init 2017/10/09 22:22:27 1.6.2.6 +++ elwix/config/etc/default/rc.init 2020/06/11 00:56:31 1.6.2.7 @@ -2,7 +2,7 @@ # # Boot startup script for elwix :) # -# $Id: rc.init,v 1.6.2.6 2017/10/09 22:22:27 misho Exp $ +# $Id: rc.init,v 1.6.2.7 2020/06/11 00:56:31 misho Exp $ stty status '^T' @@ -61,7 +61,7 @@ passwd() local() { echo "Configurate localhost ..." | tee -a $BOOTLOG - ifconfig lo0 127.0.0.1 | tee -a $BOOTLOG 1>/dev/null 2>&1 + ifconfig lo0 inet 127.0.0.1 netmask 255.0.0.0 | tee -a $BOOTLOG 1>/dev/null 2>&1 hostname `cat /etc/myname` }