diff options
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: |