Lines 171-179
Link Here
|
171 |
if ! yesno "${rc_coldplug}"; then |
171 |
if ! yesno "${rc_coldplug}"; then |
172 |
# Do not run any init-scripts, Bug #206518 |
172 |
# Do not run any init-scripts, Bug #206518 |
173 |
udevadm control --property=do_not_run_plug_service=1 |
173 |
udevadm control --property=do_not_run_plug_service=1 |
|
|
174 |
|
175 |
# only create device nodes |
176 |
udevadm trigger --action="add" --attr-match=dev |
177 |
|
178 |
# run persistent-net stuff, bug 191466 |
179 |
udevadm trigger --action="add" --subsystem-match=net |
180 |
else |
181 |
udevadm trigger --type=subsystems --action=add |
182 |
udevadm trigger --type=devices --action=add |
174 |
fi |
183 |
fi |
175 |
udevadm trigger --type=subsystems --action=add |
|
|
176 |
udevadm trigger --type=devices --action=add |
177 |
eend $? |
184 |
eend $? |
178 |
|
185 |
|
179 |
# we can speed up booting under these conditions: |
186 |
# we can speed up booting under these conditions: |