Fixed the workaround for Arch Linux (should have been 'isolinux' instead of 'syslinux').

This commit is contained in:
Ivan Davidov 2015-02-07 22:49:44 +02:00
parent 1dff16fb77
commit aa6698138b

View File

@ -113,7 +113,7 @@
install the package <i>g++</i> and if you still have troubles then try the <i>build-essential</i> package. On
<a target="_blank" href="http://fedoraproject.org">Fedora</a> you might need the static 'glibc' package <i>glibc-static</i>.
On <a target="_blank" href="http://www.archlinux.org/">Arch Linux</a> you might need to locate <i>isolinux.bin</i> and copy
it to <i>/usr/lib/syslinux/syslinux.bin</i>.
it to <i>/usr/lib/syslinux/isolinux.bin</i>.
<p />
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.