summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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