mirror of https://github.com/dynup/kpatch
Recognize Amazon Linux ID in kpatch-build
Make kpatch-build aware about the ID of Amazon Linux distributions. No other special changes are needed. Signed-off-by: Puranjay Mohan <pjy@amazon.com>
This commit is contained in:
parent
09e153d3c9
commit
90a92f9492
|
@ -78,7 +78,8 @@ declare -rA SUPPORTED_RPM_DISTROS=(
|
|||
["openEuler"]="OpenEuler"
|
||||
["ol"]="Oracle"
|
||||
["photon"]="Photon OS"
|
||||
["rhel"]="RHEL")
|
||||
["rhel"]="RHEL"
|
||||
["amzn"]="Amazon Linux")
|
||||
|
||||
|
||||
warn() {
|
||||
|
|
Loading…
Reference in New Issue