openrc: use --auto selector when determining which interfaces to start (closes #112)
This commit is contained in:
parent
3e6129907c
commit
509b75bc73
1 changed files with 1 additions and 1 deletions
2
dist/openrc/networking.initd
vendored
2
dist/openrc/networking.initd
vendored
|
@ -21,7 +21,7 @@ find_ifaces() {
|
|||
if [ -n "$single_iface" ]; then
|
||||
echo $single_iface
|
||||
else
|
||||
ifquery -L -i "$cfgfile"
|
||||
ifquery -L -a -i "$cfgfile"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue