mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-23 06:31:23 +00:00
update presets
This commit is contained in:
parent
ed76809b44
commit
65458c7ee0
@ -37,17 +37,46 @@ enable ladvd.service
|
||||
# autostart, but shutdown after 2 mins and socket activated thereafter
|
||||
enable virtqemud.service
|
||||
|
||||
# Compatibility with libvirtd sockets for old clients and expose TCP sockets
|
||||
# Sockets for the services listed above, to support socket activation
|
||||
# after the initial timeout
|
||||
enable virtqemud.socket
|
||||
enable virtqemud-ro.socket
|
||||
enable virtqemud-admin.socket
|
||||
|
||||
# Compatibility with libvirtd sockets for old clients (socket activated
|
||||
# only when required). Note that the -tcp and -tls sockets are kept disabled
|
||||
# by default, as they require additional configuration before they can work
|
||||
enable virtproxyd.socket
|
||||
enable virtproxyd-ro.socket
|
||||
enable virtproxyd-admin.socket
|
||||
|
||||
# Secondary drivers providing supporting functionality to main virtualization
|
||||
# drivers, socket activated only when required
|
||||
# drivers (socket activated only when required)
|
||||
enable virtinterfaced.socket
|
||||
enable virtinterfaced-ro.socket
|
||||
enable virtinterfaced-admin.socket
|
||||
enable virtnetworkd.socket
|
||||
enable virtnetworkd-ro.socket
|
||||
enable virtnetworkd-admin.socket
|
||||
enable virtnodedevd.socket
|
||||
enable virtnodedevd-ro.socket
|
||||
enable virtnodedevd-admin.socket
|
||||
enable virtnwfilterd.socket
|
||||
enable virtnwfilterd-ro.socket
|
||||
enable virtnwfilterd-admin.socket
|
||||
enable virtsecretd.socket
|
||||
enable virtsecretd-ro.socket
|
||||
enable virtsecretd-admin.socket
|
||||
enable virtstoraged.socket
|
||||
enable virtstoraged-ro.socket
|
||||
enable virtstoraged-admin.socket
|
||||
|
||||
# Non-driver support services (socket activated only when required, no
|
||||
# read-only socket)
|
||||
enable virtlogd.socket
|
||||
enable virtlogd-admin.socket
|
||||
enable virtlockd.socket
|
||||
enable virtlockd-admin.socket
|
||||
|
||||
# Storage
|
||||
enable multipathd.service
|
||||
@ -225,3 +254,4 @@ enable switcheroo-control.service
|
||||
# Enable clevis-luks-askpass.path
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2106811
|
||||
enable clevis-luks-askpass.path
|
||||
|
||||
|
@ -37,17 +37,46 @@ enable ladvd.service
|
||||
# autostart, but shutdown after 2 mins and socket activated thereafter
|
||||
enable virtqemud.service
|
||||
|
||||
# Compatibility with libvirtd sockets for old clients and expose TCP sockets
|
||||
# Sockets for the services listed above, to support socket activation
|
||||
# after the initial timeout
|
||||
enable virtqemud.socket
|
||||
enable virtqemud-ro.socket
|
||||
enable virtqemud-admin.socket
|
||||
|
||||
# Compatibility with libvirtd sockets for old clients (socket activated
|
||||
# only when required). Note that the -tcp and -tls sockets are kept disabled
|
||||
# by default, as they require additional configuration before they can work
|
||||
enable virtproxyd.socket
|
||||
enable virtproxyd-ro.socket
|
||||
enable virtproxyd-admin.socket
|
||||
|
||||
# Secondary drivers providing supporting functionality to main virtualization
|
||||
# drivers, socket activated only when required
|
||||
# drivers (socket activated only when required)
|
||||
enable virtinterfaced.socket
|
||||
enable virtinterfaced-ro.socket
|
||||
enable virtinterfaced-admin.socket
|
||||
enable virtnetworkd.socket
|
||||
enable virtnetworkd-ro.socket
|
||||
enable virtnetworkd-admin.socket
|
||||
enable virtnodedevd.socket
|
||||
enable virtnodedevd-ro.socket
|
||||
enable virtnodedevd-admin.socket
|
||||
enable virtnwfilterd.socket
|
||||
enable virtnwfilterd-ro.socket
|
||||
enable virtnwfilterd-admin.socket
|
||||
enable virtsecretd.socket
|
||||
enable virtsecretd-ro.socket
|
||||
enable virtsecretd-admin.socket
|
||||
enable virtstoraged.socket
|
||||
enable virtstoraged-ro.socket
|
||||
enable virtstoraged-admin.socket
|
||||
|
||||
# Non-driver support services (socket activated only when required, no
|
||||
# read-only socket)
|
||||
enable virtlogd.socket
|
||||
enable virtlogd-admin.socket
|
||||
enable virtlockd.socket
|
||||
enable virtlockd-admin.socket
|
||||
|
||||
# Storage
|
||||
enable multipathd.service
|
||||
@ -225,3 +254,4 @@ enable switcheroo-control.service
|
||||
# Enable clevis-luks-askpass.path
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2106811
|
||||
enable clevis-luks-askpass.path
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define distro_code Blue Onyx
|
||||
%define major 9
|
||||
%define minor 4
|
||||
%define rocky_rel 0%{?rllh:.%{rllh}}%{!?rllh:.1}
|
||||
%define rocky_rel 0%{?rllh:.%{rllh}}%{!?rllh:.2}
|
||||
%define rpm_license BSD-3-Clause
|
||||
%define dist .el%{major}
|
||||
%define home_url https://rockylinux.org/
|
||||
@ -480,6 +480,9 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
|
||||
%{_datadir}/pki/sb-certs/*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 12 2024 Louis Abel <label@rockylinux.org> - 9.4-0.2
|
||||
- Improve presets for virtualization
|
||||
|
||||
* Fri Oct 20 2023 Louis Abel <label@rockylinux.org> - 9.4-0.1
|
||||
- Bump to 9.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user