From fb5c3d35f98f89adf55358a94fc3af761020b913 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Mon, 16 Nov 2020 12:18:28 -0500 Subject: README: update LOC --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 34e7f43..8228758 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 85 lines. Or +exactly what I need. You need something else? Patch it, it's only 80 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: 85 SLOC total (init + make + Makefile + unlock) +- minimal code: 80 SLOC total (init + make + Makefile + unlock) Drawbacks: -- cgit v1.2.3-54-g00ecf