Merge branch 'master' of github.com:illiliti/initramfs
This commit is contained in:
commit
abedeaedea
44
README.md
44
README.md
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user