Keep all SYSLINUX files in one directory
ISOLINUX looks for boot loader files in /boot/isolinux/
, /isolinux/
, /boot/syslinux/
, /syslinux/
, and lastly /
.
By merging the /isolinux
and /${install_dir}/boot/syslinux
directories, we can get rid of isolinux.cfg
and the duplicate ldlinux.c32
.
TODO:
-
Move /isolinux
to/syslinux
. -
Move /${install_dir}/boot/syslinux
to/syslinux
.
Edited by nl6720