From 80d98ad93aaf8b02bce80dbbac81b2beed518d3a Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Mon, 13 Jul 2020 23:43:42 -0400 Subject: add basic module support --- README | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index ddbb939..2f5b3e7 100644 --- a/README +++ b/README @@ -13,6 +13,7 @@ Features: - firmware loading (trivial, done by kernel) - extremely fast initramfs creation: compression off: ~70ms cold cache, ~30ms warm; lz4 --best: 1.6s +- udev/mdev-free module loading - no temporary files during creation - extremely fast initramfs runtime: ~zero overhead compared to direct kernel loading @@ -23,10 +24,6 @@ Drawbacks: - uses existing system tools - pure POSIX shell + POSIX Makefile -- no modprobe support, custom kernel is required to use myinitramfs in useful - cases. if you want dynamic module loading (if you want modprobe, then you - probably also want mdev or udev), probably better to use mkinitcpio or - dracut. Usage: -- cgit v1.2.3-54-g00ecf