tinyramfs/README.md

50 lines
993 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
2020-02-10 02:43:39 +05:30
Features
--------
- POSIX compliance
- Easy configuration
- LUKS
2020-01-30 22:03:24 +05:30
- LVM
2020-02-10 02:43:39 +05:30
- mdev,mdevd and eudev
2020-01-30 22:03:24 +05:30
2020-02-10 02:43:39 +05:30
Installation
------------
2020-02-16 06:29:55 +05:30
Requirements:
* busybox
- --install [-s] [DIR]
- mdev
- uevent
- switch_root
- mount
- umount
- blkid
* kmod
* cryptsetup - LUKS
* lvm2 - LVM
* util-linux - PARTUUID
Download & Setup:
2020-02-10 02:43:39 +05:30
```
git clone https://github.com/illiliti/initramfs
cd initramfs
```
2020-02-16 06:29:55 +05:30
TODO
2020-01-30 22:03:24 +05:30
2020-02-10 02:43:39 +05:30
Configuration
-------------
TODO
License
-------
2020-01-30 22:03:24 +05:30
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-14 01:19:51 +05:30
The "storage-device" script 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.