File tree Expand file tree Collapse file tree 5 files changed +19
-19
lines changed
Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 88DEFAULT select
99
1010LABEL select
11- COM32 boot/ syslinux/whichsys.c32
11+ COM32 syslinux/whichsys.c32
1212APPEND -pxe- pxe -sys- sys -iso- sys
1313
1414LABEL pxe
15- CONFIG boot/ syslinux/archiso_pxe_load.cfg
15+ CONFIG syslinux/archiso_pxe_load.cfg
1616
1717LABEL sys
18- CONFIG boot/ syslinux/archiso_sys_load.cfg
18+ CONFIG syslinux/archiso_sys_load.cfg
Original file line number Diff line number Diff line change 66#
77
88SERIAL 0 38400
9- UI boot/ syslinux/vesamenu.c32
9+ UI syslinux/vesamenu.c32
1010MENU TITLE %OS_NAME%
11- MENU BACKGROUND boot/ syslinux/splash.png
11+ MENU BACKGROUND syslinux/splash.png
1212
1313MENU WIDTH 78
1414MENU MARGIN 4
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Boot an existing operating system.
1111Press TAB to edit the disk and partition number to boot.
1212ENDTEXT
1313MENU LABEL Boot existing OS
14- COM32 boot/ syslinux/chain.c32
14+ COM32 syslinux/chain.c32
1515APPEND hd0 0
1616
1717# http://hdt-project.org/
@@ -21,21 +21,21 @@ Hardware Detection Tool included with SYSLINUX.
2121Displays detailed information on hardware and systems.
2222ENDTEXT
2323MENU 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
2727LABEL reboot
2828TEXT HELP
2929Reboot computer.
3030The computer' s firmware must support APM.
3131ENDTEXT
3232MENU LABEL Reboot
33- COM32 boot/ syslinux/reboot.c32
33+ COM32 syslinux/reboot.c32
3434
3535LABEL poweroff
3636TEXT HELP
3737Power off computer.
3838The computer' s firmware must support APM.
3939ENDTEXT
4040MENU LABEL Power Off
41- COM32 boot/ syslinux/poweroff.c32
41+ COM32 syslinux/poweroff.c32
You can’t perform that action at this time.
0 commit comments