Fix loading net service after creating.

master
Mike Hiretsky 13 years ago
parent d5e158fee1
commit e63bcf3e09

@ -120,6 +120,10 @@ start() {
source /etc/profile
/sbin/update-modules
# reinit net.* services
local roottype=`variable_value os_root_type`
[[ $roottype == "livecd" ]] && udevadm trigger --action="add" --subsystem-match=net
/sbin/rc-update --update
return 0
}

Loading…
Cancel
Save