aboutsummaryrefslogtreecommitdiffstats
path: root/doc/setup.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/setup.html')
-rw-r--r--doc/setup.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/setup.html b/doc/setup.html
new file mode 100644
index 0000000..c46205f
--- /dev/null
+++ b/doc/setup.html
@@ -0,0 +1,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>