blob: c46205f421dfc16eabd3d32aba2f896c7add5655 (
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
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mdevd-conf setup</title>
<meta name="Description" content="Setup of mdevd-conf." />
<meta name="Keywords" content="mdevd mdevd-conf setup" />
</head>
<header>
<p>
<a href="./">mdevd-conf</a>
<br />
<a href="../">Software</a>
<br />
<a href="/">0x53.net</a>
</p>
</header>
<body>
<h1>mdevd-conf setup</h1>
<ul>
<li>
Install mdevd-conf.
</li>
<li>
symlink or copy <code>mdev.conf</code>
from the directory of installation
(usually <code>/usr/local/lib/mdevd-conf/etc/mdev.conf</code>
or <code>/package/admin/mdevd-conf/etc/mdev.conf</code>)
to <code>/etc/mdev.conf</code>.
</li>
<li>
Start
<code><a href="https://skarnet.org/software/mdevd/mdevd.html">mdevd</a></code>,
preferable through a service managere like
<a href="../goetia/">goetia</a>.
</li>
<li>
Run
<code><a href="https://skarnet.org/software/mdevd/mdevd-coldplug.html">mdevd-coldplug</a></code>
to have <code>mdevd</code> apply <code>/etc/mdev.conf</code>
to <code>/dev</code>.
</li>
</ul>
</body>
</html>
|