summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-13 21:01:37 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-13 21:01:37 -0500
commit93765d1ba2e40852bd0ef05aa4b8b694edf65dbc (patch)
tree815b6ae73bc8feb9a546af9ed51809b9fccd1c66 /README
parent83908fb474cb12bb4ee6f8c3f8897cc0c6435022 (diff)
downloadminitramfs-93765d1ba2e40852bd0ef05aa4b8b694edf65dbc.tar.xz
minitramfs-93765d1ba2e40852bd0ef05aa4b8b694edf65dbc.zip
README: adjust LOC count
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 8228758..34e7f43 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
minitramfs is a minimal initramfs generator, in the "suckless" style: it does
-exactly what I need. You need something else? Patch it, it's only 80 lines. Or
+exactly what I need. You need something else? Patch it, it's only 85 lines. Or
use mkinitcpio or dracut, I won't feel bad.
Features:
@@ -13,7 +13,7 @@ Features:
COMPRESSOR="lz4 --best": 1.6s
- udev/mdev-free module loading
- minimal runtime overhead
-- minimal code: 80 SLOC total (init + make + Makefile + unlock)
+- minimal code: 85 SLOC total (init + make + Makefile + unlock)
Drawbacks: