converter para versões não-LTS?
Não existe algo como converter neste contexto.
A única coisa que você deseja alterar aqui é o nível de conhecimento dos novos lançamentos. Pode-se definir isso para versões "suportadas" (regulares), versões "somente a longo prazo" (LTS) ou mesmo "nada" (sem grandes atualizações).
A maneira GUI de configurar este op é mencionado na resposta de Im'juz ChanYun , mas para linha de comando, Isso está mudando este arquivo: /etc/update-manager/release-upgrades
:
# Default behavior for the release upgrader.
[DEFAULT]
# Default prompting behavior, valid options:
#
# never - Never check for a new release.
# normal - Check to see if a new release is available. If more than one new
# release is found, the release upgrader will attempt to upgrade to
# the release that immediately succeeds the currently-running
# release.
# lts - Check to see if a new LTS release is available. The upgrader
# will attempt to upgrade to the first LTS release available after
# the currently-running one. Note that this option should not be
# used if the currently-running release is not itself an LTS
# release, since in that case the upgrader won't be able to
# determine if a newer release is available.
prompt=lts
Depois de definir isso como prompt=normal
, você será notificado (e permitido de forma regular) para atualizar para uma versão regular. Faça isso somente depois de fazer o upgrade para o 12.04 diretamente, pois é o caminho de atualização mais rápido. Você realmente quer evitar o caminho na primeira linha aqui:
10.04 -> 10.10 -> 11.04 -> 11.10 -> 12.04 -> 12.10 (if you would select normal now)
10.04 ----------------------------> 12.04 -> 12.10 (if you select normal after 12.04)