diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-13 20:54:21 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-11-13 20:56:27 -0500 |
commit | 6084e986f8affc7045c6aa2043acb6cc86fea920 (patch) | |
tree | 7c9216970fbb8f86c1f075b4c58e7907ece83fef /README | |
parent | b57ad7f28b669c80faf2568fefc20cc8ca1083e2 (diff) | |
download | minitramfs-6084e986f8affc7045c6aa2043acb6cc86fea920.tar.xz minitramfs-6084e986f8affc7045c6aa2043acb6cc86fea920.zip |
use install -bS instead of rolling our own, drop POSIX claim
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -14,13 +14,11 @@ Features: - udev/mdev-free module loading - minimal runtime overhead - minimal code: 80 SLOC total (init + make + Makefile + unlock) -- pure POSIX shell + POSIX Makefile Drawbacks: - uses existing system tools - requires exact module list -- pure POSIX shell + POSIX Makefile Usage: |