VPS 升级到 Debian 6.0
April 10, 2012 @ 10:36 PM
日前,将 Linuxtoy.org 所在的 VPS (基于 Xen) 升级到了 Debian 6.0,这里记 一笔供以后参考:
更改 sources.list:
# cd /etc/apt
# cp sources.list{,.old}
# vim sources.list
# :%s/lenny/squeeze/g
# :x
更新源及 Debian 包密钥:
# aptitude update
# aptitude install debian-archive-keyring
升级:
# aptitude full-upgrade
升级时注意保留 GRUB 旧版本,使用 GRUB 2 在安装时会有问题。
Related Posts
- 将 Python 文档打包成 ePub 格式 » June 16, 2014
- Debian Jessie 切换 systemd » June 13, 2014
- 使用 Pure-FTPd 架设 FTP 服务 » May 9, 2014