summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-13 20:34:53 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-13 20:34:53 -0500
commit094d664e6c6ed6b6e122216c7f2a7e988d9d9949 (patch)
treea52b177a811b45149ed60f649c50f613d59761f4
parentcd207c62ab30200b8b97dab9cc76beda98d44ce8 (diff)
downloadminitramfs-094d664e6c6ed6b6e122216c7f2a7e988d9d9949.tar.xz
minitramfs-094d664e6c6ed6b6e122216c7f2a7e988d9d9949.zip
update README
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index c755e6d..bd1e5b5 100644
--- a/README
+++ b/README
@@ -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