diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-16 12:18:28 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-16 12:18:28 -0500 |
commit | fb5c3d35f98f89adf55358a94fc3af761020b913 (patch) | |
tree | cbb8ce277005830b62909ac4951a39ef398b2780 /README | |
parent | 83f429c4e64a04faba57ccf5fb1106811cab77b1 (diff) | |
download | minitramfs-fb5c3d35f98f89adf55358a94fc3af761020b913.tar.xz minitramfs-fb5c3d35f98f89adf55358a94fc3af761020b913.zip |
README: update LOC
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |