tinyramfs/README.md

30 lines
913 B
Markdown
Raw Normal View History

2020-01-03 19:01:04 +05:30
# initramfs
2020-01-30 22:03:24 +05:30
Just another one implemetation of initramfs
### Features
- POSIX compliant
- Easy configuration without complexity
- LUKS detached header and keyfile
- LVM
2020-02-02 16:19:39 +05:30
- busybox mdev,mdevd and eudev
2020-01-30 22:03:24 +05:30
### Installation
Simply run as root generate script. Then move generated initramfs to /boot directory and update your bootloader
### Dependencies
#### Basic
`busybox kmod util-linux`
#### Optional
`cryptsetup lvm2 device-mapper`
### License
Licensed under GPLv3
Exceptions:
2020-02-02 16:19:39 +05:30
The "mdev.conf" configuration file is modified version from "mdev-like-a-boss" project, Copyright (c) 2012-2020, Piotr Karbowski <piotr.karbowski@gmail.com>.
2020-01-30 22:03:24 +05:30
Please consult the license notice in the file for terms and conditions.
2020-02-02 16:19:39 +05:30
The "storage-device" script from "mdev-like-a-boss" project, Copyright (c) 2012-2020, Piotr Karbowski <piotr.karbowski@gmail.com>.
2020-01-30 22:03:24 +05:30
Please consult the license notice in the file for terms and conditions.