mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Back out 1.143 and 1.144. They are no longer needed now that we start
devd later in the boot process. This should fix all the problems people have had with those commits. Diskless should be working again, and those that mount /usr with nfs should be able to do that again too.
This commit is contained in:
parent
6d60ce9310
commit
c42073b2d4
2 changed files with 0 additions and 12 deletions
|
|
@ -146,12 +146,6 @@ network_start()
|
|||
|
||||
dhcp_interfaces=""
|
||||
for ifn in ${network_interfaces}; do
|
||||
_up=`ifconfig ${ifn} | head -1 | grep -v LOOPBACK | grep UP,`
|
||||
if [ "$_up" != "" ]; then
|
||||
# Interface is already up, so ignore it.
|
||||
continue;
|
||||
fi
|
||||
|
||||
if [ -r /etc/start_if.${ifn} ]; then
|
||||
. /etc/start_if.${ifn}
|
||||
eval showstat_$ifn=1
|
||||
|
|
|
|||
|
|
@ -146,12 +146,6 @@ network_start()
|
|||
|
||||
dhcp_interfaces=""
|
||||
for ifn in ${network_interfaces}; do
|
||||
_up=`ifconfig ${ifn} | head -1 | grep -v LOOPBACK | grep UP,`
|
||||
if [ "$_up" != "" ]; then
|
||||
# Interface is already up, so ignore it.
|
||||
continue;
|
||||
fi
|
||||
|
||||
if [ -r /etc/start_if.${ifn} ]; then
|
||||
. /etc/start_if.${ifn}
|
||||
eval showstat_$ifn=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue