Post AT8tnCpLVrd3F1YxBA by eric_herman@mas.to
 (DIR) More posts by eric_herman@mas.to
 (DIR) Post #AT8tnCpLVrd3F1YxBA by eric_herman@mas.to
       2023-02-28T14:04:18Z
       
       1 likes, 0 repeats
       
       When building #LinuxFromScratch I've typically relied upon eudev. Today I learned about mdevd - a mdev-compatible hotplug manager daemon (mdev is the busybox way), but one which doesn't fork an instance of mdev for every event.https://github.com/skarnet/mdevdhttps://skarnet.org/software/mdevd/Thus, now I see that we have options. Thank you @ska