Skip to content

Commit 40c7eec

Browse files
committed
[fix] : Fixed syslinux path
1 parent 82792e1 commit 40c7eec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/isolinux.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# (c) 2019-2021 Fascode Network.
66
#
77

8-
PATH /%INSTALL_DIR%/boot/syslinux/
8+
PATH /syslinux/
99
DEFAULT loadconfig
1010

1111
LABEL loadconfig
12-
CONFIG /%INSTALL_DIR%/boot/syslinux/archiso.cfg
12+
CONFIG /syslinux/archiso.cfg
1313
APPEND /%INSTALL_DIR%/

0 commit comments

Comments
 (0)