Browse Source

Minor doc updates

Davin McCall 1 year ago
parent
commit
0f20b86a9f
1 changed files with 5 additions and 3 deletions
  1. 5 3
      doc/linux/DINIT-AS-INIT.md

+ 5 - 3
doc/linux/DINIT-AS-INIT.md

@@ -107,8 +107,6 @@ of packages to create a functional Dinit-based system.
 First, a device node manager. I recommend "Eudev".
 
 - Eudev - the Gentoo fork of Udev; https://github.com/gentoo/eudev
-- Vdev - "a device file manager and filesystem" and a "work in progress";
-  https://github.com/jcnelson/vdev
 - Mdev may also be an option; it is part of the "busybox" utility suite. I
   don't personally have any experience with it.
 
@@ -147,9 +145,12 @@ https://github.com/lxc/cgmanager
 I expect that v2 cgroups together with cgroup namespaces as found in newer
 kernels will render it obsolete).
 
-The above use **Dbus**:
+The above use **D-Bus**:
 https://dbus.freedesktop.org/
 
+Another implementation of D-Bus is dbus-broker:
+https://github.com/bus1/dbus-broker
+
 
 ## Explanation of example services
 
@@ -257,6 +258,7 @@ not normally start at all:
 While they are a little rough around the edges, these service definitions demonstrate the
 essentials of getting a system up and running.
 
+
 ## Testing and debugging tips
 
 You can pass arbitrary arguments to dinit by using a shell script in the place of `/sbin/init`,