Skip to content

Instantly share code, notes, and snippets.

@cnruby
Last active August 29, 2015 14:01
Show Gist options
  • Save cnruby/88fa98628ec0ba83892b to your computer and use it in GitHub Desktop.
Save cnruby/88fa98628ec0ba83892b to your computer and use it in GitHub Desktop.
《?》如何将会Ubuntu服务器系统版本9.04升级到9.10
$ wget http://old-releases.ubuntu.com/releases/9.10/ubuntu-9.10-server-i386.iso
$ mkdir /media/cdrom0
$ sudo mount -o loop /path/to/alternate-cd.iso /media/cdrom0
$ cd /media/cdrom0
$ sudo ./cdromupgrade --frontend=DistUpgradeViewText
# 注意事项:
# 下面问题一定要回答:n
# Include latest updates from the Internet?
# ...
# Continue [Yn] n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment