aboutsummaryrefslogtreecommitdiffstats
path: root/nlplug-findfs.c
Commit message (Collapse)AuthorAgeFilesLines
...
* nlplug-findfs: run trigger in threadNatanael Copa2015-09-231-13/+33
|
* nlplug-findfs: fix usage helpNatanael Copa2015-09-231-15/+28
|
* nlplug-findfs: do not depend on external trigger scriptNatanael Copa2015-09-231-7/+35
| | | | We recursively scan /sys and trigger the events ourselves.
* add new tool nlplug-findfsNatanael Copa2015-09-231-0/+511
nlplug-findfs is a tool that will help us to find a given filesystem using coldplug. The only reason that initramfs exist in first place is to set up a rootfs and switch to it. The nlplug-findfs will handle coldplug events til a given filesystem/device is found and then mount it.