From 637a3bc9b91afd6ef06cda6f57be7800f4046c19 Mon Sep 17 00:00:00 2001 From: darkgallium Date: Sat, 20 Jun 2020 11:59:47 +0200 Subject: [PATCH] add readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3bb1111 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# mini + +mini is a minimal init system. +It was created mainly for educational purposes as well as wanting to know if I were able to reduce my Arch boot time. + +## Install + +1. Clone this repo +2. `cargo build` +3. `cp target/debug/mini /sbin/` +4. Create your services files if needed +5. Edit the kernel command line and add `init=/sbin/mini`