diff options
Diffstat (limited to 'meta/recipes-devtools/insserv/files/insserv.conf')
| -rw-r--r-- | meta/recipes-devtools/insserv/files/insserv.conf | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta/recipes-devtools/insserv/files/insserv.conf b/meta/recipes-devtools/insserv/files/insserv.conf new file mode 100644 index 0000000000..4858f85b69 --- /dev/null +++ b/meta/recipes-devtools/insserv/files/insserv.conf | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | # | ||
| 2 | # All local filesystems are mounted (done during boot phase) | ||
| 3 | # | ||
| 4 | $local_fs mountall | ||
| 5 | |||
| 6 | # | ||
| 7 | # Low level networking (ethernet card) | ||
| 8 | # | ||
| 9 | $network networking +pcmcia +hotplug | ||
| 10 | |||
| 11 | # | ||
| 12 | # Named is operational | ||
| 13 | # | ||
| 14 | $named +named +dnsmasq +lwresd $network | ||
| 15 | |||
| 16 | # | ||
| 17 | # All remote filesystems are mounted (note in some cases /usr may | ||
| 18 | # be remote. Most applications that care will probably require | ||
| 19 | # both $local_fs and $remote_fs) | ||
| 20 | # | ||
| 21 | $remote_fs $local_fs +mountnfs | ||
| 22 | |||
| 23 | # | ||
| 24 | # System logger is operational | ||
| 25 | # | ||
| 26 | $syslog sysklogd | ||
| 27 | |||
| 28 | # | ||
| 29 | # SunRPC portmapper available | ||
| 30 | # | ||
| 31 | $portmap portmap | ||
| 32 | |||
| 33 | # | ||
| 34 | # The system time has been set correctly | ||
| 35 | # | ||
| 36 | $time hwclock | ||
| 37 | |||
| 38 | # | ||
| 39 | # Services which need to be interactive | ||
| 40 | # | ||
| 41 | <interactive> hostname udev | ||
