diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-13 20:34:53 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-13 20:34:53 -0500 |
commit | 094d664e6c6ed6b6e122216c7f2a7e988d9d9949 (patch) | |
tree | a52b177a811b45149ed60f649c50f613d59761f4 /README | |
parent | cd207c62ab30200b8b97dab9cc76beda98d44ce8 (diff) | |
download | minitramfs-094d664e6c6ed6b6e122216c7f2a7e988d9d9949.tar.xz minitramfs-094d664e6c6ed6b6e122216c7f2a7e988d9d9949.zip |
update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,10 +8,10 @@ Features: - LUKS password unlock - SSH remote unlock - firmware loading -- extremely fast initramfs creation: compression off: ~80ms cold cache, ~30ms - warm; lz4 --best: 1.6s +- extremely fast initramfs creation with no temporary root: + COMPRESSOR=cat: ~80ms cold cache, ~30ms warm + COMPRESSOR="lz4 --best": 1.6s - udev/mdev-free module loading -- no temporary files during creation - minimal runtime overhead - minimal code: 80 SLOC total (init + make + Makefile + unlock) - pure POSIX shell + POSIX Makefile |