update readme

This commit is contained in:
illiliti 2020-02-09 21:13:39 +00:00 committed by GitHub
parent eb8b531f1d
commit 8f8d273743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,23 +1,41 @@
# initramfs # initramfs
Just another one implemetation of initramfs Just another one implemetation of initramfs
### Features Features
- POSIX compliant --------
- Easy configuration without complexity - POSIX compliance
- LUKS detached header and keyfile - Easy configuration
- LUKS
- LVM - LVM
- busybox mdev,mdevd and eudev - mdev,mdevd and eudev
### Installation Dependencies
Simply run as root generate script. Then move generated initramfs to /boot directory and update your bootloader ------------
### Basic
```
busybox
kmod
```
### Optional
```
cryptsetup - LUKS support
lvm2 - LVM support
util-linux - PARTUUID support
```
### Dependencies Installation
#### Basic ------------
`busybox kmod util-linux` ```
#### Optional git clone https://github.com/illiliti/initramfs
`cryptsetup lvm2 device-mapper` cd initramfs
```
### License Configuration
-------------
TODO
License
-------
Licensed under GPLv3 Licensed under GPLv3
Exceptions: Exceptions: