Skip to content

Commit 23bb7a0

Browse files
committed
[fix] : FIxed type (archiso.img)
1 parent a32ec25 commit 23bb7a0

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

syslinux/archiso_pxe_nosplash.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ It allows you to install %OS_NAME% or perform system maintenance.
2323
ENDTEXT
2424
MENU LABEL Boot %OS_NAME% (%ARCH%) (NFS)
2525
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
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

@@ -34,6 +34,6 @@ It allows you to install %OS_NAME% or perform system maintenance.
3434
ENDTEXT
3535
MENU LABEL Boot %OS_NAME% (%ARCH%) (HTTP)
3636
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
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It allows you to install %OS_NAME% or perform system maintenance.
1212
ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%) (NBD)
1414
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
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

@@ -23,7 +23,7 @@ It allows you to install %OS_NAME% or perform system maintenance.
2323
ENDTEXT
2424
MENU LABEL Boot %OS_NAME% (%ARCH%) (NFS)
2525
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
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

@@ -34,6 +34,6 @@ It allows you to install %OS_NAME% or perform system maintenance.
3434
ENDTEXT
3535
MENU LABEL Boot %OS_NAME% (%ARCH%) (HTTP)
3636
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
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_sys_nosplash.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ It allows you to install %OS_NAME% or perform system maintenance.
1212
ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%)
1414
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
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Specifically, add nomodeset to the kernel parameters.
1212
ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%) with safe graphics
1414
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
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
@@ -22,5 +22,5 @@ Please use it in the environment where GUI cannot be started.
2222
ENDTEXT
2323
MENU LABEL Boot %OS_NAME% (%ARCH%) without GUI
2424
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
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It allows you to install %OS_NAME% or perform system maintenance.
1212
ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%)
1414
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
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

1818
LABEL alter_%ARCH%_res
@@ -22,5 +22,5 @@ This allows %OS_NAME% to boot without boot splash.
2222
ENDTEXT
2323
MENU LABEL Boot %OS_NAME% (%ARCH%) without boot splash
2424
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
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)