From 56daa1ebc4cf4a245b10e931372c5a04d15e5253 Mon Sep 17 00:00:00 2001 From: PS
Date: Sat, 7 Feb 2026 10:40:28 +0100 Subject: Add doc --- doc/index.html | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 doc/index.html (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..5cb1cd0 --- /dev/null +++ b/doc/index.html @@ -0,0 +1,122 @@ + + +
+ + + ++ mdevd-conf is a ready to use set of + a configuration file and + helper scripts for + mdevd + to set up + basic userspace device management. +
++ It aims to allow replacing + systemd-udevd + with the caveat of lacking libudev. + This lack can be partially compensated for by using + libudev-zero. + It is currently very hard to switch away from + systemd-udevd + on desktop machines using a + freedesktop.org + based + Wayland + or + X.Org + software stack. +
++ On desktops based on + Arcan + or on a server systems, however, it is possible + to switch from systemd-udevd to mdevd(-conf). +
++ mdevd-conf is free software. It is available under the + ISC license. +
+git clone git://git.0x53.net/mdevd-conf+