Skip to content

Commit 058c519

Browse files
committed
[fix] : FIxed syslinux path
1 parent 40c7eec commit 058c519

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

syslinux/archiso.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
DEFAULT select
99

1010
LABEL select
11-
COM32 boot/syslinux/whichsys.c32
11+
COM32 syslinux/whichsys.c32
1212
APPEND -pxe- pxe -sys- sys -iso- sys
1313

1414
LABEL pxe
15-
CONFIG boot/syslinux/archiso_pxe_load.cfg
15+
CONFIG syslinux/archiso_pxe_load.cfg
1616

1717
LABEL sys
18-
CONFIG boot/syslinux/archiso_sys_load.cfg
18+
CONFIG syslinux/archiso_sys_load.cfg

syslinux/archiso_head.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77

88
SERIAL 0 38400
9-
UI boot/syslinux/vesamenu.c32
9+
UI syslinux/vesamenu.c32
1010
MENU TITLE %OS_NAME%
11-
MENU BACKGROUND boot/syslinux/splash.png
11+
MENU BACKGROUND syslinux/splash.png
1212

1313
MENU WIDTH 78
1414
MENU MARGIN 4

syslinux/archiso_pxe_load.cfg

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

8-
INCLUDE boot/syslinux/archiso_head.cfg
8+
INCLUDE syslinux/archiso_head.cfg
99

10-
INCLUDE boot/syslinux/archiso_pxe.cfg
10+
INCLUDE syslinux/archiso_pxe.cfg
1111

12-
INCLUDE boot/syslinux/archiso_tail.cfg
12+
INCLUDE syslinux/archiso_tail.cfg

syslinux/archiso_sys_load.cfg

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

8-
INCLUDE boot/syslinux/archiso_head.cfg
8+
INCLUDE syslinux/archiso_head.cfg
99

10-
INCLUDE boot/syslinux/archiso_select.cfg
10+
INCLUDE syslinux/archiso_select.cfg
1111

12-
INCLUDE boot/syslinux/archiso_sys.cfg
12+
INCLUDE syslinux/archiso_sys.cfg
1313

14-
INCLUDE boot/syslinux/archiso_sys_rescue.cfg
14+
INCLUDE syslinux/archiso_sys_rescue.cfg
1515

16-
INCLUDE boot/syslinux/memtest86.cfg
16+
INCLUDE syslinux/memtest86.cfg
1717

18-
INCLUDE boot/syslinux/archiso_tail.cfg
18+
INCLUDE syslinux/archiso_tail.cfg

syslinux/archiso_tail.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Boot an existing operating system.
1111
Press TAB to edit the disk and partition number to boot.
1212
ENDTEXT
1313
MENU LABEL Boot existing OS
14-
COM32 boot/syslinux/chain.c32
14+
COM32 syslinux/chain.c32
1515
APPEND hd0 0
1616

1717
# http://hdt-project.org/
@@ -21,21 +21,21 @@ Hardware Detection Tool included with SYSLINUX.
2121
Displays detailed information on hardware and systems.
2222
ENDTEXT
2323
MENU LABEL Hardware Information (HDT)
24-
COM32 boot/syslinux/hdt.c32
25-
APPEND modules_alias=boot/syslinux/hdt/modalias.gz pciids=boot/syslinux/hdt/pciids.gz
24+
COM32 syslinux/hdt.c32
25+
APPEND modules_alias=syslinux/hdt/modalias.gz pciids=syslinux/hdt/pciids.gz
2626

2727
LABEL reboot
2828
TEXT HELP
2929
Reboot computer.
3030
The computer's firmware must support APM.
3131
ENDTEXT
3232
MENU LABEL Reboot
33-
COM32 boot/syslinux/reboot.c32
33+
COM32 syslinux/reboot.c32
3434
3535
LABEL poweroff
3636
TEXT HELP
3737
Power off computer.
3838
The computer's firmware must support APM.
3939
ENDTEXT
4040
MENU LABEL Power Off
41-
COM32 boot/syslinux/poweroff.c32
41+
COM32 syslinux/poweroff.c32

0 commit comments

Comments
 (0)