From aa6698138bdb5b95673cea46d32b8a37041eaf4c Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sat, 7 Feb 2015 22:49:44 +0200 Subject: [PATCH] Fixed the workaround for Arch Linux (should have been 'isolinux' instead of 'syslinux'). --- www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.html b/www/index.html index c8ac9290d..828251dca 100644 --- a/www/index.html +++ b/www/index.html @@ -113,7 +113,7 @@ install the package g++ and if you still have troubles then try the build-essential package. On Fedora you might need the static 'glibc' package glibc-static. On Arch Linux you might need to locate isolinux.bin and copy - it to /usr/lib/syslinux/syslinux.bin. + it to /usr/lib/syslinux/isolinux.bin.

Please have in mind that the build dependencies can vary a lot depending on the Linux OS which you use and the software which you have already installed.