Skip to content

Commit 38919c5

Browse files
authored
Merge pull request #87 from tcet-opensource/62-improvement-kernel
62 improvement kernel
2 parents c5da6f2 + 611a693 commit 38919c5

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

airootfs/etc/mkinitcpio.d/linux.preset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PRESETS=('archiso')
44

5-
ALL_kver='/boot/vmlinuz-linux-zen'
5+
ALL_kver='/boot/vmlinuz-linux-lts'
66
ALL_config='/etc/mkinitcpio.conf'
77

8-
archiso_image="/boot/initramfs-linux-zen.img"
8+
archiso_image="/boot/initramfs-linux-lts.img"
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# mkinitcpio preset file for the 'linux-zen' package on tcetlinuxiso
1+
# mkinitcpio preset file for the 'linux-lts' package on tcetlinuxiso
22

33
PRESETS=('default' 'fallback')
44

5-
ALL_kver='/boot/vmlinuz-linux-zen'
5+
ALL_kver='/boot/vmlinuz-linux-lts'
66
ALL_config='/etc/mkinitcpio.conf'
77

88
#default_config="/etc/mkinitcpio.conf"
9-
default_image="/boot/initramfs-linux-zen.img"
9+
default_image="/boot/initramfs-linux-lts.img"
1010
#default_options=""
1111

1212
#fallback_config="/etc/mkinitcpio.conf"
13-
fallback_image="/boot/initramfs-linux-zen-fallback.img"
13+
fallback_image="/boot/initramfs-linux-lts-fallback.img"
1414
fallback_options="-S autodetect"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title TCET Linux install medium (x86_64, UEFI)
22
sort-key 01
3-
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
3+
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lts
44
initrd /%INSTALL_DIR%/boot/intel-ucode.img
55
initrd /%INSTALL_DIR%/boot/amd-ucode.img
6-
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
6+
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-lts.img
77
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram=n cow_spacesize=5G nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 nvme_load=yes

grub/grub.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ timeout_style=menu
4444

4545
menuentry "TCET Linux install medium (x86_64, UEFI)" --class arch --class gnu-linux --class gnu --class os --id 'tcetlinux' {
4646
set gfxpayload=keep
47-
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen archisobasedir=%INSTALL_DIR% archisodevice=UUID=${ARCHISO_UUID} copytoram=n cow_spacesize=5G nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 nvme_load=yes
48-
initrd /%INSTALL_DIR%/boot/intel-ucode.img /%INSTALL_DIR%/boot/amd-ucode.img /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
47+
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lts archisobasedir=%INSTALL_DIR% archisodevice=UUID=${ARCHISO_UUID} copytoram=n cow_spacesize=5G nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 nvme_load=yes
48+
initrd /%INSTALL_DIR%/boot/intel-ucode.img /%INSTALL_DIR%/boot/amd-ucode.img /%INSTALL_DIR%/boot/x86_64/initramfs-linux-lts.img
4949
}
5050

5151
if [ "${grub_platform}" == "efi" ]; then

packages.x86_64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ less
4949
lftp
5050
libfido2
5151
libusb-compat
52-
linux-zen
52+
linux-lts
5353
#linux-atm
5454
linux-firmware
5555
linux-firmware-marvell
@@ -279,4 +279,4 @@ tcet-linux-set-once
279279
tcet-linux-wallpaper
280280

281281
#newFont-terminal
282-
ttf-fira-mono
282+
ttf-fira-mono

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-zen
9-
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
8+
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lts
9+
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-lts.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)