From 4b11970fb50c926c52b7c01471f18b1e851d4baf Mon Sep 17 00:00:00 2001 From: Marcos Vallim Date: Wed, 26 Jun 2019 16:27:54 -0300 Subject: [PATCH] Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 839fc63..4ca483b 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ apt-get autoremove -y ``` cp /usr/lib/ISOLINUX/isolinux.bin image/isolinux/ - cp /usr/lib/syslinux/modules/bios/ldlinux.c32 image/isolinux/ # for syslinux 5.00 and newer + cp /usr/lib/syslinux/modules/bios/ldlinux.c32 image/isolinux/ cp /boot/memtest86+.bin image/install/memtest ```