Skip to content

Commit d005a19

Browse files
committed
make syslinux boot from zen kernel
1 parent e3e2f87 commit d005a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syslinux/archiso_sys-linux.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Boot the TCET Linux install medium on BIOS.
55
It allows you to install TCET Linux or perform system maintenance.
66
ENDTEXT
77
MENU LABEL TCET Linux install medium (x86_64, BIOS)
8-
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
9-
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
8+
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
9+
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
1010
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram=n cow_spacesize=5G nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 nvme_load=yes

0 commit comments

Comments
 (0)