1.debian GNU/Linux 2.2(potato)からdebian GNU/Linux 3.0(woody)へ移行

Debian GNU/Linux 3.0 ``woody'' リリース情報

いずれはwoodyにしないといけなくなるので、この際移行することに http://www.debian.org/releases/testing/index.ja.html

現在ではもう安定版(stable)になっています。http://www.debian.org/releases/stable/index.ja.html

1.1 pcmcia-csをホールド

pcmciaをホールドしておいた方が後々何かと無難かと

# echo pcmcia-cs hold | dpkg --set-selections

1.2 sources.listの編集

woody用に/etc/apt/sources.listを編集しておく

# システムインストール関係 #
deb http://ftp.jp.debian.org/debian woody main contrib non-free
deb-src http://ftp.jp.debian.org/debian woody main contrib non-free
deb http://ftp.jp.debian.org/debian-jp woody-jp main contrib non-free
deb-src http://ftp.jp.debian.org/debian-jp woody-jp main contrib non-free
deb http://ftp.jp.debian.org/debian-non-US woody/non-US main contrib non-free
deb-src http://ftp.jp.debian.org/debian-non-US woody/non-US main contrib non-free

# update関係 #
deb http://ftp.jp.debian.org/debian woody-proposed-updates main

# セキュリティ関係 #
deb http://security.debian.org/ woody/updates main contrib non-free

1.3 重要なパッケージを先にアップグレード

apt-get updateを実行

# apt-get update

重要と思われるパッケージは先にアップグレードしておく

# apt-get install apt apt-utils dpkg debconf perl

1.4 woodyへ移行

準備ができたところでwoodyへ移行

# apt-get dist-upgrade