diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-07-13 23:43:42 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-07-13 23:43:42 -0400 |
commit | 80d98ad93aaf8b02bce80dbbac81b2beed518d3a (patch) | |
tree | 830420eda23839518485ae6e58e83d2ec5ac4339 /README | |
parent | 3a00916f4eb86a96de7f8c94974d20e3ea91c474 (diff) | |
download | minitramfs-80d98ad93aaf8b02bce80dbbac81b2beed518d3a.tar.xz minitramfs-80d98ad93aaf8b02bce80dbbac81b2beed518d3a.zip |
add basic module support
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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: |