From afbbb240efbda8a3f164a340d12937d1644957e0 Mon Sep 17 00:00:00 2001 From: ruslan Date: Sat, 21 Jun 2025 18:50:46 +0200 Subject: [PATCH] Update rhel-setup.md --- content/posts/rhel-setup.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/posts/rhel-setup.md b/content/posts/rhel-setup.md index e95051b..180e008 100644 --- a/content/posts/rhel-setup.md +++ b/content/posts/rhel-setup.md @@ -25,3 +25,11 @@ systemctl enable --now dnf-automatic-install.timer subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm ``` + +## Отключение дампов ядра + +```shell +systemctl disable --now kdump +grubby --update-kernel=ALL --remove-args="crashkernel" +init 6 +```