mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-06-25 12:33:59 +03:00
Update rhel-setup.md
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user