Commit ef97bf20 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-kernel_update: add kernel update for dnf-rpm

parent bc429013
...@@ -41,6 +41,9 @@ epm_kernel_update() ...@@ -41,6 +41,9 @@ epm_kernel_update()
esac esac
case $PMTYPE in case $PMTYPE in
dnf-rpm)
docmd epm install kernel
;;
*) *)
fatal "Have no suitable command for $PMTYPE" fatal "Have no suitable command for $PMTYPE"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment