From 552a3682886611947fbdce0712f5fb90b98fc553 Mon Sep 17 00:00:00 2001 From: illiliti Date: Sun, 16 Feb 2020 00:59:55 +0000 Subject: [PATCH] update --- README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index acb0971..34a56b9 100644 --- a/README.md +++ b/README.md @@ -9,26 +9,28 @@ Features - LVM - mdev,mdevd and eudev -Dependencies ------------- -### Basic -``` -busybox -kmod -``` -### Optional -``` -cryptsetup - LUKS support -lvm2 - LVM support -util-linux - PARTUUID support -``` - Installation ------------ +Requirements: +* busybox + - --install [-s] [DIR] + - mdev + - uevent + - switch_root + - mount + - umount + - blkid +* kmod +* cryptsetup - LUKS +* lvm2 - LVM +* util-linux - PARTUUID + +Download & Setup: ``` git clone https://github.com/illiliti/initramfs cd initramfs ``` +TODO Configuration -------------