Skip to content

Commit a32ec25

Browse files
committed
[fix] : Use fullpath in syslinux config
1 parent f50e9a4 commit a32ec25

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
lines changed

syslinux/archiso_pxe_nosplash.cfg

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

8-
LABEL arch_%ARCH%_nbd
8+
LABEL alter_%ARCH%_nbd
99
TEXT HELP
1010
Boot the %OS_NAME% (%ARCH%) live medium (Using NBD).
1111
It allows you to install %OS_NAME% or perform system maintenance.
1212
ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%) (NBD)
14-
LINUX boot/%ARCH%/%KERNEL_FILENAME%
15-
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
14+
LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
15+
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/%ARCH%/archiso.img
1616
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} checksum verify
1717
SYSAPPEND 3
1818

19-
LABEL arch_%ARCH%_nfs
19+
LABEL alter_%ARCH%_nfs
2020
TEXT HELP
2121
Boot the %OS_NAME% (%ARCH%) live medium (Using NFS).
2222
It allows you to install %OS_NAME% or perform system maintenance.
2323
ENDTEXT
2424
MENU LABEL Boot %OS_NAME% (%ARCH%) (NFS)
25-
LINUX boot/%ARCH%/%KERNEL_FILENAME%
26-
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
25+
LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
26+
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
2727
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt checksum verify
2828
SYSAPPEND 3
2929

30-
LABEL arch_%ARCH%_http
30+
LABEL alter_%ARCH%_http
3131
TEXT HELP
3232
Boot the %OS_NAME% (%ARCH%) live medium (Using HTTP).
3333
It allows you to install %OS_NAME% or perform system maintenance.
3434
ENDTEXT
3535
MENU LABEL Boot %OS_NAME% (%ARCH%) (HTTP)
36-
LINUX boot/%ARCH%/%KERNEL_FILENAME%
37-
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
36+
LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
37+
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
3838
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ checksum verify
3939
SYSAPPEND 3

syslinux/archiso_pxe_splash.cfg

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

8-
LABEL arch_%ARCH%_nbd
8+
LABEL alter_%ARCH%_nbd
99
TEXT HELP
1010
Boot the %OS_NAME% (%ARCH%) live medium (Using NBD).
1111
It allows you to install %OS_NAME% or perform system maintenance.
1212
ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%) (NBD)
14-
LINUX boot/%ARCH%/%KERNEL_FILENAME%
15-
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
14+
LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
15+
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
1616
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3 checksum verify
1717
SYSAPPEND 3
1818

19-
LABEL arch_%ARCH%_nfs
19+
LABEL alter_%ARCH%_nfs
2020
TEXT HELP
2121
Boot the %OS_NAME% (%ARCH%) live medium (Using NFS).
2222
It allows you to install %OS_NAME% or perform system maintenance.
2323
ENDTEXT
2424
MENU LABEL Boot %OS_NAME% (%ARCH%) (NFS)
25-
LINUX boot/%ARCH%/%KERNEL_FILENAME%
26-
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
25+
LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
26+
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
2727
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3 checksum verify
2828
SYSAPPEND 3
2929

30-
LABEL arch_%ARCH%_http
30+
LABEL alter_%ARCH%_http
3131
TEXT HELP
3232
Boot the %OS_NAME% (%ARCH%) live medium (Using HTTP).
3333
It allows you to install %OS_NAME% or perform system maintenance.
3434
ENDTEXT
3535
MENU LABEL Boot %OS_NAME% (%ARCH%) (HTTP)
36-
LINUX boot/%ARCH%/%KERNEL_FILENAME%
37-
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
36+
LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
37+
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
3838
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3 checksum verify
3939
SYSAPPEND 3

syslinux/archiso_select.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# (c) 2019-2021 Fascode Network.
66
#
77

8-
DEFAULT arch_%ARCH%
8+
DEFAULT alter_%ARCH%
99
TIMEOUT 100

syslinux/archiso_sys_nosplash.cfg

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

8-
LABEL arch_%ARCH%
8+
LABEL alter_%ARCH%
99
TEXT HELP
1010
Boot the %OS_NAME% (%ARCH%) live medium.
1111
It allows you to install %OS_NAME% or perform system maintenance.
1212
ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%)
14-
LINUX boot/%ARCH%/%KERNEL_FILENAME%
15-
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
14+
LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
15+
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
1616
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%

syslinux/archiso_sys_rescue.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Disable KMS. Try it if you are having problems with graphics.
1111
Specifically, add nomodeset to the kernel parameters.
1212
ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%) with safe graphics
14-
LINUX boot/%ARCH%/%KERNEL_FILENAME%
15-
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
14+
LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
15+
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
1616
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% nomodeset
1717

1818
LABEL rescue
@@ -21,6 +21,6 @@ Start with minimal of prompts. do not use systemd.
2121
Please use it in the environment where GUI cannot be started.
2222
ENDTEXT
2323
MENU LABEL Boot %OS_NAME% (%ARCH%) without GUI
24-
LINUX boot/%ARCH%/%KERNEL_FILENAME%
25-
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
24+
LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
25+
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
2626
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target nomodeset

syslinux/archiso_sys_splash.cfg

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

8-
LABEL arch_%ARCH%
8+
LABEL alter_%ARCH%
99
TEXT HELP
1010
Boot the %OS_NAME% (%ARCH%) live medium.
1111
It allows you to install %OS_NAME% or perform system maintenance.
1212
ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%)
14-
LINUX boot/%ARCH%/%KERNEL_FILENAME%
15-
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
14+
LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
15+
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
1616
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
1717

18-
LABEL arch_%ARCH%_res
18+
LABEL alter_%ARCH%_res
1919
TEXT HELP
2020
Boot the %OS_NAME% (%ARCH%) live medium.
2121
This allows %OS_NAME% to boot without boot splash.
2222
ENDTEXT
2323
MENU LABEL Boot %OS_NAME% (%ARCH%) without boot splash
24-
LINUX boot/%ARCH%/%KERNEL_FILENAME%
25-
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
24+
LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
25+
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img/%INSTALL_DIR%/,boot/%ARCH%/archiso.img
2626
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%

0 commit comments

Comments
 (0)