設問に答える
sources.listに記述するURLがネットで得たものと違っていたせいもあってか、インストール時に問われる設問もネットのものと違っていた。
確かやったことは。
"Do you want system wide readable home directories? [Yes]"
"What policy do you want to apply regarding keymaps ? [Don't touch keymap]"
だけしか問われなかった。
再起動して、"telnet 192.168.0.100"でログインしてみると
Trying 192.168.0.100...
Connected to 192.168.0.100.
Escape character is '^]'.
Debian GNU/Linux 3.1 KURO-BOX
よしっ。3.1になっていた。
■次に3.1(sarge)→4.0(etch)にしてみる。
キャッシュ容量を増やしておく。
これをしていなかったため、エラーが出たので先にやっておく。
"# cd /etc/apt/"へ移動して
viエディターで"apt.conf"ファイルを新規に造り、中身は
"APT::Cache-Limit "100000000";"
の1行でキャッシュ容量を増やす指定をしておく。
ソースリスト"/etc/apt/sources.list"を書換える。
これはネットで得たURLをviエディターで書き換えた。
"deb http://ftp.jp.debian.org/debian etch main contrib non-free"
"deb-src http://ftp.jp.debian.org/debian etch main contrib non-free"
"deb http://security.debian.org etch/updates main contrib non-free"
"deb-src http://security.debian.org etch/updates main contrib non-free"
コメント