Update rhel-setup.md

This commit is contained in:
2025-06-21 18:50:46 +02:00
committed by GitHub
parent 01cb4bba16
commit afbbb240ef

View File

@ -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
```