diff options
author | Ross Burton <ross@openedhand.com> | 2008-07-04 15:07:33 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-07-04 15:07:33 +0000 |
commit | 285ac1c2138ad1c192f9cf1e32e12682ca81fff4 (patch) | |
tree | 820ddf5dffb461044531b3ece1346dde8fa99d03 /meta/packages/insserv/files/insserv.conf | |
parent | bd267516ed45140c21482468fdc7cf749f5bf2cc (diff) | |
download | poky-285ac1c2138ad1c192f9cf1e32e12682ca81fff4.tar.gz |
Add insserv
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4830 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/insserv/files/insserv.conf')
-rw-r--r-- | meta/packages/insserv/files/insserv.conf | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta/packages/insserv/files/insserv.conf b/meta/packages/insserv/files/insserv.conf new file mode 100644 index 0000000000..4858f85b69 --- /dev/null +++ b/meta/packages/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 | ||