diff options
| author | PS <p@0x53.net> | 2026-02-07 10:40:28 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-07 10:40:28 +0100 |
| commit | 56daa1ebc4cf4a245b10e931372c5a04d15e5253 (patch) | |
| tree | 08e094aa2cfac2202d888ad5e890d47a25d649aa /doc/setup.html | |
| parent | 049d80ae0e2b5f6370411207ed27fe423f5ff451 (diff) | |
| download | mdevd-conf-56daa1ebc4cf4a245b10e931372c5a04d15e5253.tar.gz mdevd-conf-56daa1ebc4cf4a245b10e931372c5a04d15e5253.tar.bz2 mdevd-conf-56daa1ebc4cf4a245b10e931372c5a04d15e5253.zip | |
Add doc
Diffstat (limited to 'doc/setup.html')
| -rw-r--r-- | doc/setup.html | 47 |
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> |
