From 81e371b654765e2929f46d6a563e78012d6c6138 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Thu, 23 Apr 2020 21:52:18 -0400 Subject: update readme --- README | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README b/README index 323f402..ddbb939 100644 --- a/README +++ b/README @@ -2,11 +2,12 @@ This is my initramfs generator. I use this on my desktop Gentoo system. For my laptop Arch system, I use mkinitcpio. Basically, it's a suckless initramfs generator: it does exactly what I need. -You need something else? Patch it, it's only 117 lines. +You need something else? Patch it, it's only 117 lines. Or use mkinitcpio or +dracut, I won't feel bad. Features: -- uses existing system tools, no compilation necessary +- uses existing system tools - password LUKS unlock - SSH remote unlock - firmware loading (trivial, done by kernel) @@ -20,10 +21,12 @@ Features: Drawbacks: -- uses existing system tools, no compilation possible -- no modprobe support. custom kernel is required to use myinitramfs. if you - want configurability, probably better to use mkinitcpio or dracut. +- uses existing system tools - pure POSIX shell + POSIX Makefile +- no modprobe support, custom kernel is required to use myinitramfs in useful + cases. if you want dynamic module loading (if you want modprobe, then you + probably also want mdev or udev), probably better to use mkinitcpio or + dracut. Usage: -- cgit v1.2.3-54-g00ecf