readme: ldd is optional

This commit is contained in:
illiliti 2021-05-10 16:04:13 +03:00
parent 0b96f116dd
commit e5e289284b
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,8 @@ Dependencies
* `switch_root`
* `mount`
* `cpio`
* `ldd`
- Optional. Required for copying binary dependencies
* `strip`
- Optional. Required for reducing image size by stripping binaries
* `blkid`
@ -51,6 +53,7 @@ Usage
```sh
# read tinyramfs.config(5) and setup /etc/tinyramfs/config
# run as root
tinyramfs -o "/boot/initramfs-$(uname -r)"
# update your bootloader
# reboot...