mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 19:57:18 +08:00
grub-efi setup: Bump LFS and Linux kernel version info in example
This commit is contained in:
parent
c6c286b92a
commit
8e843925bb
@ -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" {
|
||||
|
||||
<para>
|
||||
<literal>(hd0,2)</literal>, <literal>sda2</literal>, and
|
||||
<literal>5.19.2-lfs-11.2</literal> must match your
|
||||
<literal>6.1.11-lfs-11.3</literal> must match your
|
||||
configuration.
|
||||
</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user