Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Table of contents
=================

- [Prerequisites](#prerequisites)
- [Fedora, RHEL, CentOS](#fedora-rhel-centos)
- [Fedora, RHEL, CentOS, Rocky](#fedora-rhel-centos-rocky)
- [Oracle Linux 7](#oracle-linux-7)
- [Ubuntu](#ubuntu)
- [Debian 9 (Stretch)](#debian-9-stretch)
Expand All @@ -24,7 +24,7 @@ Before starting, see [Supported
Architectures](../README.md#supported-architectures) and check if your device's
architecture is supported.

### Fedora, RHEL, CentOS
### Fedora, RHEL, CentOS, Rocky

*NOTE: You'll need about 15GB of free disk space for the kpatch-build cache in
`~/.kpatch` and for ccache.*
Expand Down Expand Up @@ -312,5 +312,3 @@ OPTIONAL: Install kpatch to `/usr/local`:

Alternatively, the kpatch and kpatch-build scripts can be run directly from the
git tree.


3 changes: 2 additions & 1 deletion kpatch-build/kpatch-build
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ declare -rA SUPPORTED_RPM_DISTROS=(
["photon"]="Photon OS"
["rhel"]="RHEL"
["almalinux"]="AlmaLinux"
["amzn"]="Amazon Linux")
["amzn"]="Amazon Linux"
["rocky"]="Rocky")


warn() {
Expand Down
5 changes: 5 additions & 0 deletions test/integration/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ kpatch_fedora_dependencies()
kpatch_rhel_dependencies
}

kpatch_rocky_dependencies()
{
kpatch_rhel_dependencies
}

kpatch_openEuler_dependencies()
{
local kernel_version
Expand Down
1 change: 1 addition & 0 deletions test/integration/rocky9.4
1 change: 1 addition & 0 deletions test/integration/rocky9.5
1 change: 1 addition & 0 deletions test/integration/rocky9.6
1 change: 1 addition & 0 deletions test/integration/rocky9.7