Files
fruworg.github.io/content/posts/rhel-setup.md
2025-06-21 18:50:46 +02:00

873 B

title, description, date, tags
title description date tags
Активация и автоматические обновления в RHEL 9 Небольшая памятка 2025-02-27T23:10:00+01:00
linux
rhel

Активация

subscription-manager register --auto-attach
insights-client --register

Автоматическая установка обновлений

yum -y install dnf-automatic
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

Отключение дампов ядра

systemctl disable --now kdump
grubby --update-kernel=ALL --remove-args="crashkernel"
init 6