lianep at eng.sun.com wrote: > Christine Tran writes: >> What's the minimum system service I >> should wait for before trying to load the driver? > > As long as no binaries live in /usr (and they can't if network/physical > depends on it), you may not need to depend on any service.
Heh, call it a variant of the overwrought-SA 'sync; sync; sync; reboot' syndrome, I'm always afraid that if I write a manifest with no dependency at all, as soon as the box gets power the service will try to run and finding most things not yet ready, goes into maintenance. I'm looking at the bootchart and fs-root is one of the first to run after svc.startd so I usually throw a dependency on filesystem/root in there to be safe. CT