blob: 28c00d70a13ef4d28c90135292e33e1b1ca97137 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<title>
E.1. 55-lfs.rules
</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/lfs.css" />
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" />
<link rel="stylesheet" href="../stylesheets/lfs-print.css" type=
"text/css" media="print" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="lfs" id="lfs-12.2">
<div class="navheader">
<h4>
Линукс с нуля - Версия 12.2
</h4>
<h3>
Приложение E. Правила настройки Udev
</h3>
<ul>
<li class="prev">
<a accesskey="p" href="udev-rules.html" title=
"Правила настройки Udev">Пред.</a>
<p>
Правила настройки Udev
</p>
</li>
<li class="next">
<a accesskey="n" href="../appendices/licenses.html" title=
"Лицензии LFS">След.</a>
<p>
Лицензии LFS
</p>
</li>
<li class="up">
<a accesskey="u" href="udev-rules.html" title=
"Приложение E. Правила настройки Udev">Наверх</a>
</li>
<li class="home">
<a accesskey="h" href="../index.html" title=
"Линукс с нуля - Версия 12.2">Начало</a>
</li>
</ul>
</div>
<h1 class="sect1">
<a id="lfsrules" name="lfsrules"></a>E.1. 55-lfs.rules
</h1>
<div class="wrap" lang="ru" xml:lang="ru">
<pre class=
"screen"># /etc/udev/rules.d/55-lfs.rules: Rule definitions for LFS.
# Core kernel devices
# This causes the system clock to be set as soon as /dev/rtc becomes available.
SUBSYSTEM=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start"
KERNEL=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start"
</pre>
</div>
<div class="navfooter">
<ul>
<li class="prev">
<a accesskey="p" href="udev-rules.html" title=
"Правила настройки Udev">Пред.</a>
<p>
Правила настройки Udev
</p>
</li>
<li class="next">
<a accesskey="n" href="../appendices/licenses.html" title=
"Лицензии LFS">След.</a>
<p>
Лицензии LFS
</p>
</li>
<li class="up">
<a accesskey="u" href="udev-rules.html" title=
"Приложение E. Правила настройки Udev">Наверх</a>
</li>
<li class="home">
<a accesskey="h" href="../index.html" title=
"Линукс с нуля - Версия 12.2">Начало</a>
</li>
</ul>
</div>
</body>
</html>
|