Commit d0e8c2e1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-release-upgrade: update kernel to 6.12 for p11 upgrade

parent 4fdaae5c
...@@ -402,7 +402,7 @@ __switch_alt_to_distro() ...@@ -402,7 +402,7 @@ __switch_alt_to_distro()
docmd epm install rpm apt $(get_fix_release_pkg "$TO") || fatal "Check the errors and run '# epm release-upgrade' again" docmd epm install rpm apt $(get_fix_release_pkg "$TO") || fatal "Check the errors and run '# epm release-upgrade' again"
__check_system "$TO" __check_system "$TO"
# will update to kernel 6.6 # will update to kernel 6.6
docmd epm update-kernel || fatal docmd epm update-kernel -t 6.12 || fatal
;; ;;
"c10f1 c10f2"|"c10f2 c10f3") "c10f1 c10f2"|"c10f2 c10f3")
info "Upgrade all packages to current $FROM repository" info "Upgrade all packages to current $FROM repository"
......
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