Commit b01f98c7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-release_upgrade: update-kernel -t std-def for p10

parent 3dbcab92
......@@ -310,11 +310,10 @@ __switch_alt_to_distro()
__switch_repo_to $TO
echo '%_priority_distbranch p10' >/etc/rpm/macros.d/p10
__epm_ru_update || fatal
# TODO: update-kernel -t std-def
docmd epm upgrade || fatal "Check an error and run epm release-upgrade again"
docmd epm install rpm apt "$(get_fix_release_pkg --force "$TO")" || fatal "Check an error and run epm release-upgrade again"
__check_system
docmd epm update-kernel || fatal
docmd epm update-kernel -t std-def || fatal
info "Done."
;;
"p9 p8"|"c8.1 c8"|"c8.1 p8"|"p8 p8")
......
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