ubuntu 10.10 server をインストールしてみた

ubunut 10.10のserver版(ubuntu1-10.10-server-amd64.iso)を
CDにやいて、Dell T100にクリーンインストールしてみた。
(defaultではCUI環境ですな)

 * /etc/network/interface
root@ubuntu1010-20:~# cat /etc/network/interfaces 
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
 address 192.168.1.20
 netmask 255.255.255.0
 network 192.168.1.0
 broadcast 192.168.1.255
 gateway 192.168.1.1

 dns-nameservers 192.168.1.41
 dns-search hirasawa.local
root@ubuntu1010-20:~# 

あたりを修正したあと、

パッケージ ubuntu-desktopをインストールしてGUI

システム>システム管理>言語サポートで日本語サポートをアクティブに。

あとは日本語まわりで
Japanese Teamのパッケージレポジトリを追加するぐらいかな?

Ubuntu 10.10の場合:
wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add -
wget -q https://www.ubuntulinux.jp/ubuntu-jp-ppa-keyring.gpg -O- | sudo apt-key add -
sudo wget https://www.ubuntulinux.jp/sources.list.d/maverick.list -O /etc/apt/sources.list.d/ubuntu-ja.list
sudo apt-get update

最後にこれで締めかな?
sudo apt-get install ubuntu-desktop-ja