From 9670abfc33f693ecd68f7da926451d668aaf7cbe Mon Sep 17 00:00:00 2001 From: illiliti Date: Fri, 4 Sep 2020 11:47:16 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e39e7..0aa2794 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Usage ```sh # read man pages and setup /etc/tinyramfs/config -tinyramfs -o /boot/initramfs- # replace with current kernel version +tinyramfs -o "/boot/initramfs-$(uname -r)" # update your bootloader # reboot... ```