Skip to content

Commit

Permalink
kpatch-build: Support distro Anolis OS
Browse files Browse the repository at this point in the history
Support Anolis OS

Signed-off-by: Wardenjohn<zhangwarden@gmail.com>
  • Loading branch information
zhangyongde.zyd committed Jan 14, 2024
1 parent bbceedc commit 2493d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kpatch-build/kpatch-build
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ declare -rA SUPPORTED_RPM_DISTROS=(
["openEuler"]="OpenEuler"
["photon"]="Photon OS"
["rhel"]="RHEL"
["ol"]="Oracle")
["ol"]="Oracle"
["anolis"]="Anolis OS")


warn() {
Expand Down

0 comments on commit 2493d82

Please sign in to comment.