mirror of https://github.com/dynup/kpatch
Merge pull request #1396 from mihails-strasuns/al-id
Recognize Amazon Linux ID in kpatch-build
This commit is contained in:
commit
6457c4ccf9
|
@ -78,7 +78,8 @@ declare -rA SUPPORTED_RPM_DISTROS=(
|
||||||
["openEuler"]="OpenEuler"
|
["openEuler"]="OpenEuler"
|
||||||
["ol"]="Oracle"
|
["ol"]="Oracle"
|
||||||
["photon"]="Photon OS"
|
["photon"]="Photon OS"
|
||||||
["rhel"]="RHEL")
|
["rhel"]="RHEL"
|
||||||
|
["amzn"]="Amazon Linux")
|
||||||
|
|
||||||
|
|
||||||
warn() {
|
warn() {
|
||||||
|
|
Loading…
Reference in New Issue