在文件/etc/apt/sources.list,把etch都改为lenny
更新文件
先升级apt,确保升级过程中没问题
正式升级
重启就行了,检验一下内核:
dpkg -l "linux-image*" | grep ^ii
参考:[url]http://easwy.com/blog/archives/upgrade_debian_etch_to_lenny/[/url]
官方文档:[url]http://www.debian.org/releases/lenny/i386/release-notes/ch-upgrading.en.html[/url]
更新文件
aptitude update
先升级apt,确保升级过程中没问题
aptitude install apt aptitude
正式升级
aptitude full-upgrade
重启就行了,检验一下内核:
dpkg -l "linux-image*" | grep ^ii
参考:[url]http://easwy.com/blog/archives/upgrade_debian_etch_to_lenny/[/url]
官方文档:[url]http://www.debian.org/releases/lenny/i386/release-notes/ch-upgrading.en.html[/url]