1
0

Support CentOS kernels

Resolves #8
This commit is contained in:
2019-08-20 18:57:45 +00:00
parent 1ffd68601c
commit 72bb8df46b
3 changed files with 105 additions and 15 deletions

View File

@ -23,3 +23,8 @@ distro_type = "Ubuntu"
distro_release = "18.04"
# Also you can use only one kernel
release_mask = "4[.]15[.]0-23-generic"
[[supported_kernels]]
distro_type = "CentOS"
distro_release = "7"
release_mask = "3[.]10[.]0-862.el7.x86_64"