mkinitrd

Cool project repo :D
git clone git://git.emmett1.my/mkinitrd.git
Log | Files | Refs

commit 8bb3ac145700a80e458f9ee6dc993b78b2a3631b
parent 7fae90bac1dea71b51e825bed29dfb96893d22c1
Author: Emmett1 <emmett1.2miligrams@gmail.com>
Date:   Thu, 11 Jun 2020 22:58:40 +0800

add dependencies
Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -10,6 +10,10 @@ or use DESTDIR for custom location: ``` make DESTDIR=/some/path install ``` + +## Dependencies +- cpio + ## Usage To generate initrd is simply running as root: ```