readme: ldd is optional

This commit is contained in:
illiliti
2021-05-10 16:04:13 +03:00
parent 0b96f116dd
commit e5e289284b

View File

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