From b66280180573b2f15ddb975ca41ab544be1e9488 Mon Sep 17 00:00:00 2001 From: Super User Date: Tue, 13 Aug 2024 18:38:25 +0300 Subject: [PATCH] Update rescue kernel --- docs/linux/fedora.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/linux/fedora.md b/docs/linux/fedora.md index d878610..b4e587d 100644 --- a/docs/linux/fedora.md +++ b/docs/linux/fedora.md @@ -6,6 +6,13 @@ touch /.autorelabel ``` +## Update rescue kernel +``` +rm -vf /boot/*-rescue-* +kernel-install add $(uname -r) /lib/modules/$(uname -r)/vmlinuz +grubby --set-default-index=0 +``` + ## Install PHP 8 ```bash dnf install https://rpms.remirepo.net/fedora/remi-release-38.rpm