From 8e843925bb1f2368f9bda9afe8d6bffda1c75c89 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 18 Feb 2023 21:45:19 +0800 Subject: [PATCH] grub-efi setup: Bump LFS and Linux kernel version info in example --- postlfs/filesystems/uefi-bootloaders/grub-setup.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postlfs/filesystems/uefi-bootloaders/grub-setup.xml b/postlfs/filesystems/uefi-bootloaders/grub-setup.xml index c75baca5b3..a1340ec7ca 100644 --- a/postlfs/filesystems/uefi-bootloaders/grub-setup.xml +++ b/postlfs/filesystems/uefi-bootloaders/grub-setup.xml @@ -459,8 +459,8 @@ if loadfont /boot/grub/fonts/unicode.pf2; then terminal_output gfxterm fi -menuentry "GNU/Linux, Linux 5.19.2-lfs-11.2" { - linux /boot/vmlinuz-5.19.2-lfs-11.2 root=/dev/sda2 ro +menuentry "GNU/Linux, Linux 6.1.11-lfs-11.3" { + linux /boot/vmlinuz-6.1.11-lfs-11.3 root=/dev/sda2 ro } menuentry "Firmware Setup" { @@ -470,7 +470,7 @@ menuentry "Firmware Setup" { (hd0,2), sda2, and - 5.19.2-lfs-11.2 must match your + 6.1.11-lfs-11.3 must match your configuration.