tinyramfs/README.md

50 lines
993 B
Markdown
Raw Normal View History

2020-01-03 13:31:04 +00:00
# initramfs
2020-01-30 16:33:24 +00:00
Just another one implemetation of initramfs
2020-02-09 21:13:39 +00:00
Features
--------
- POSIX compliance
- Easy configuration
- LUKS
2020-01-30 16:33:24 +00:00
- LVM
2020-02-09 21:13:39 +00:00
- mdev,mdevd and eudev
2020-01-30 16:33:24 +00:00
2020-02-09 21:13:39 +00:00
Installation
------------
2020-02-16 00:59:55 +00:00
Requirements:
* busybox
- --install [-s] [DIR]
- mdev
- uevent
- switch_root
- mount
- umount
- blkid
* kmod
* cryptsetup - LUKS
* lvm2 - LVM
* util-linux - PARTUUID
Download & Setup:
2020-02-09 21:13:39 +00:00
```
git clone https://github.com/illiliti/initramfs
cd initramfs
```
2020-02-16 00:59:55 +00:00
TODO
2020-01-30 16:33:24 +00:00
2020-02-09 21:13:39 +00:00
Configuration
-------------
TODO
License
-------
2020-01-30 16:33:24 +00:00
Licensed under GPLv3
Exceptions:
2020-02-02 10:49:39 +00:00
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 16:33:24 +00:00
Please consult the license notice in the file for terms and conditions.
2020-02-13 22:49:51 +03:00
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 16:33:24 +00:00
Please consult the license notice in the file for terms and conditions.