summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-13 23:43:42 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-13 23:43:42 -0400
commit80d98ad93aaf8b02bce80dbbac81b2beed518d3a (patch)
tree830420eda23839518485ae6e58e83d2ec5ac4339 /README
parent3a00916f4eb86a96de7f8c94974d20e3ea91c474 (diff)
downloadminitramfs-80d98ad93aaf8b02bce80dbbac81b2beed518d3a.tar.xz
minitramfs-80d98ad93aaf8b02bce80dbbac81b2beed518d3a.zip
add basic module support
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 1 insertions, 4 deletions
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: