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