update readme
This commit is contained in:
parent
baa60016e1
commit
cab221b1c9
16
README.md
16
README.md
@ -23,18 +23,18 @@ Dependencies
|
|||||||
* `mount`
|
* `mount`
|
||||||
* `cpio`
|
* `cpio`
|
||||||
* `strip`
|
* `strip`
|
||||||
- Optional
|
- Optional. Required for binary stripping
|
||||||
* `blkid`
|
* `blkid`
|
||||||
- Required for UUID, LABEL, PARTUUID support
|
- Optional. Required for UUID, LABEL, PARTUUID support
|
||||||
* `mdev` OR `mdevd` OR `eudev` OR `systemd-udevd` OR CONFIG_UEVENT_HELPER
|
* `mdev` OR `mdevd` OR `eudev` OR `systemd-udevd` OR CONFIG_UEVENT_HELPER
|
||||||
- systemd-udevd not tested
|
- Optional. Required for modular kernel, /dev/mapper/* and /dev/disk/* creation
|
||||||
* `lvm2`
|
* `lvm2`
|
||||||
- Required for LVM support
|
- Optional. Required for LVM support
|
||||||
* `cryptsetup`
|
* `cryptsetup`
|
||||||
- Required for LUKS support
|
- Optional. Required for LUKS support
|
||||||
* `busybox loadkmap`
|
* `busybox loadkmap`
|
||||||
- Required for loading keymap
|
- Optional. Required for keymap support
|
||||||
* `kmod` OR `busybox modutils` with [this patch](https://gist.github.com/illiliti/ef9ee781b5c6bf36d9493d99b4a1ffb6) (already included in KISS Linux)
|
* `kmod` OR `busybox modutils` with [patch](https://gist.github.com/illiliti/ef9ee781b5c6bf36d9493d99b4a1ffb6) (already included in KISS Linux)
|
||||||
- Not required for monolithic kernel
|
- Not required for monolithic kernel
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
@ -50,7 +50,7 @@ Usage
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# read man pages and setup /etc/tinyramfs/config
|
# read tinyramfs.config(5) and setup /etc/tinyramfs/config
|
||||||
tinyramfs -o "/boot/initramfs-$(uname -r)"
|
tinyramfs -o "/boot/initramfs-$(uname -r)"
|
||||||
# update your bootloader
|
# update your bootloader
|
||||||
# reboot...
|
# reboot...
|
||||||
|
Loading…
Reference in New Issue
Block a user