2020-04-17 19:44:25 +05:30
|
|
|
Tinyramfs
|
|
|
|
=========
|
|
|
|
|
2021-07-31 23:23:39 +05:30
|
|
|
**Usable and stable. Documentation will be rewritten and (re-)added later.**
|
2020-04-17 19:44:25 +05:30
|
|
|
|
2020-02-10 02:43:39 +05:30
|
|
|
Features
|
2020-04-12 01:06:16 +05:30
|
|
|
--------
|
2020-04-12 01:01:02 +05:30
|
|
|
|
|
|
|
- No `local`'s, no bashisms, only POSIX shell
|
2020-06-28 09:28:57 +05:30
|
|
|
- Portable, not distro specific
|
|
|
|
- Easy to use configuration
|
2021-07-31 23:19:20 +05:30
|
|
|
- Make time and init time hooks
|
|
|
|
- ZFS + native encryption support
|
2020-06-28 09:28:57 +05:30
|
|
|
- LUKS (detached header, key), LVM
|
2020-07-16 00:53:12 +05:30
|
|
|
- mdev, mdevd, eudev, systemd-udevd
|
2020-04-12 01:01:02 +05:30
|
|
|
|
|
|
|
Dependencies
|
2020-02-10 02:43:39 +05:30
|
|
|
------------
|
2020-04-12 01:01:02 +05:30
|
|
|
|
2020-09-04 11:30:59 +05:30
|
|
|
* POSIX make (build time)
|
2020-06-28 09:28:57 +05:30
|
|
|
* POSIX utilities
|
2020-04-12 01:01:02 +05:30
|
|
|
* POSIX shell
|
2020-04-17 19:44:25 +05:30
|
|
|
* `switch_root`
|
|
|
|
* `mount`
|
|
|
|
* `cpio`
|
2021-05-10 18:34:13 +05:30
|
|
|
* `ldd`
|
|
|
|
- Optional. Required for copying binary dependencies
|
2020-07-16 00:53:12 +05:30
|
|
|
* `strip`
|
2021-05-10 13:52:33 +05:30
|
|
|
- Optional. Required for reducing image size by stripping binaries
|
2020-07-16 00:53:12 +05:30
|
|
|
* `blkid`
|
2020-09-09 15:33:55 +05:30
|
|
|
- Optional. Required for UUID, LABEL, PARTUUID support
|
2020-07-16 01:56:12 +05:30
|
|
|
* `mdev` OR `mdevd` OR `eudev` OR `systemd-udevd` OR CONFIG_UEVENT_HELPER
|
2020-09-09 15:33:55 +05:30
|
|
|
- Optional. Required for modular kernel, /dev/mapper/* and /dev/disk/* creation
|
2021-07-31 23:19:20 +05:30
|
|
|
* `zfs`
|
|
|
|
- Optional. Required for ZFS support
|
2020-04-12 01:01:02 +05:30
|
|
|
* `lvm2`
|
2020-09-09 15:33:55 +05:30
|
|
|
- Optional. Required for LVM support
|
2020-04-17 19:44:25 +05:30
|
|
|
* `cryptsetup`
|
2020-09-09 15:33:55 +05:30
|
|
|
- Optional. Required for LUKS support
|
2020-09-04 11:19:45 +05:30
|
|
|
* `busybox loadkmap`
|
2020-09-09 15:33:55 +05:30
|
|
|
- Optional. Required for keymap support
|
|
|
|
* `kmod` OR `busybox modutils` with [patch](https://gist.github.com/illiliti/ef9ee781b5c6bf36d9493d99b4a1ffb6) (already included in KISS Linux)
|
2020-05-07 17:36:34 +05:30
|
|
|
- Not required for monolithic kernel
|
2020-04-17 19:44:25 +05:30
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
2020-05-07 17:36:34 +05:30
|
|
|
|
2020-04-17 19:44:25 +05:30
|
|
|
```sh
|
2021-07-31 23:23:39 +05:30
|
|
|
make PREFIX=/usr install
|
2020-04-17 19:44:25 +05:30
|
|
|
```
|
2020-04-12 01:01:02 +05:30
|
|
|
|
2020-04-17 19:44:25 +05:30
|
|
|
Thanks
|
|
|
|
------
|
2020-04-12 01:01:02 +05:30
|
|
|
|
2020-05-07 17:36:34 +05:30
|
|
|
[E5ten](https://github.com/E5ten)
|
2020-04-17 19:44:25 +05:30
|
|
|
[dylanaraps](https://github.com/dylanaraps)
|
2020-04-12 01:01:02 +05:30
|
|
|
|
2020-08-05 03:22:57 +05:30
|
|
|
Donate
|
|
|
|
------
|
|
|
|
|
|
|
|
You can donate if you like this project
|
2020-04-12 01:01:02 +05:30
|
|
|
|
2020-08-05 03:22:57 +05:30
|
|
|
BTC: 1BwrcsgtWZeLVvNeEQSg4A28a3yrGN3FpK
|