From e5e289284b5940f791239a5dbe89b277941aac63 Mon Sep 17 00:00:00 2001 From: illiliti Date: Mon, 10 May 2021 16:04:13 +0300 Subject: [PATCH] readme: ldd is optional --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4186ddf..775253e 100644 --- a/README.md +++ b/README.md @@ -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...