Skip to content

Commit 2eaa142

Browse files
committed
[update] : Added arch kernel option
1 parent 973502f commit 2eaa142

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

syslinux/archiso_pxe_nosplash.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%) (NBD)
1414
LINUX boot/%ARCH%/%KERNEL_FILENAME%
1515
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
16-
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} checksum verify
16+
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} checksum verify
1717
SYSAPPEND 3
1818

1919
LABEL arch_%ARCH%_nfs
@@ -24,7 +24,7 @@ ENDTEXT
2424
MENU LABEL Boot %OS_NAME% (%ARCH%) (NFS)
2525
LINUX boot/%ARCH%/%KERNEL_FILENAME%
2626
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
27-
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt checksum verify
27+
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt checksum verify
2828
SYSAPPEND 3
2929

3030
LABEL arch_%ARCH%_http
@@ -35,5 +35,5 @@ ENDTEXT
3535
MENU LABEL Boot %OS_NAME% (%ARCH%) (HTTP)
3636
LINUX boot/%ARCH%/%KERNEL_FILENAME%
3737
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
38-
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ checksum verify
38+
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
@@ -13,7 +13,7 @@ ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%) (NBD)
1414
LINUX boot/%ARCH%/%KERNEL_FILENAME%
1515
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
16-
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3 checksum verify
16+
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

1919
LABEL arch_%ARCH%_nfs
@@ -24,7 +24,7 @@ ENDTEXT
2424
MENU LABEL Boot %OS_NAME% (%ARCH%) (NFS)
2525
LINUX boot/%ARCH%/%KERNEL_FILENAME%
2626
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
27-
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3 checksum verify
27+
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

3030
LABEL arch_%ARCH%_http
@@ -35,5 +35,5 @@ ENDTEXT
3535
MENU LABEL Boot %OS_NAME% (%ARCH%) (HTTP)
3636
LINUX boot/%ARCH%/%KERNEL_FILENAME%
3737
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
38-
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3 checksum verify
38+
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
@@ -13,4 +13,4 @@ ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%)
1414
LINUX boot/%ARCH%/%KERNEL_FILENAME%
1515
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
16-
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
16+
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
@@ -13,7 +13,7 @@ ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%) with safe graphics
1414
LINUX boot/%ARCH%/%KERNEL_FILENAME%
1515
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
16-
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% nomodeset
16+
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% nomodeset
1717

1818
LABEL rescue
1919
TEXT HELP
@@ -23,4 +23,4 @@ ENDTEXT
2323
MENU LABEL Boot %OS_NAME% (%ARCH%) without GUI
2424
LINUX boot/%ARCH%/%KERNEL_FILENAME%
2525
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
26-
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target nomodeset
26+
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
@@ -13,7 +13,7 @@ ENDTEXT
1313
MENU LABEL Boot %OS_NAME% (%ARCH%)
1414
LINUX boot/%ARCH%/%KERNEL_FILENAME%
1515
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
16-
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
16+
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
1717

1818
LABEL arch_%ARCH%_res
1919
TEXT HELP
@@ -23,4 +23,4 @@ ENDTEXT
2323
MENU LABEL Boot %OS_NAME% (%ARCH%) without boot splash
2424
LINUX boot/%ARCH%/%KERNEL_FILENAME%
2525
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/%ARCH%/archiso.img
26-
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
26+
APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%

0 commit comments

Comments
 (0)