问题描述
根据 Trusty Tahr Release Schedule ,两天前发布了 Ubuntu LTS 14.04.1(第一个 .1 版本)。不幸的是,当尝试使用 do-release-upgrade
命令升级时,我收到消息 No new release found
。
命令行输出:
root@foobar:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS"
root@foobar:~# do-release-upgrade
Checking for a new Ubuntu release
No new release found
线程 upgrading LTS to LTS 和没有 new release found 完全有道理,但据我了解,Ubuntu 14.04 (14.04.1) 的第一个 dot 1 版本尚未发布,为什么我仍然不能将 LTS 升级到 LTS?
有没有办法正确升级,而不是在 do-release-upgrade
命令中使用 -d 选项?
最佳办法
实际上 -p 选项可以运行版本升级:
do-release-upgrade -p
下面是 -p 选项的解释:
-p, --proposed
Try upgrading to the latest release using the upgrader from Ubuntu-proposed
附言同样在#ubuntu IRC频道上,似乎没有人知道实际上”triggers” do-release-upgrade
命令如何正常工作……
附言从 Ubuntu 12.04 LTS 升级到 14.04.1 LTS 时要小心,如 grub will fail to update kernel list 。