PC 自作 (2)

# vi /et/apt/sources.list
deb http://ftp.jp.debian.org/debian/ squeeze main non-free contrib
deb-src http://ftp.jp.debian.org/debian/ squeeze main non-free contrib
# apt-get update
# apt-get upgrade
# apt-get dist-upgrade

して最小限の状態まで持っていく。

# apt-get install build-essential
# apt-get install less file zsh screen zip unzip colordiff
# apt-get install sudo
# apt-get install lv nkf
# apt-get install ntpdate
# apt-get install python

タイムゾーンの修正

# dpkg-reconfigure tzdata

時刻の修正

# ntpdate-debian

ロケールの変更

# dpkg-reconfigure locales

ユーザ XXX をグループ sudo に追加
# addgroup XXX sudo

$ zsh
$ chsh
$ sudo reboot 
$ sudo apt-get install xserver-xorg
$ sudo apt-get install awesome
$ sudo apt-get install xinit
$ startx

あれ、エラー出る。

/dev/fb0 no such file or directory
$ sudo mknod /dev/fb0 c 29 0

再起動。
まだだめ。

再起動。
ブートローダ (GRUB2) の起動オプションに vesa を付けてみた。

linux vesa .....
$ startx

awesome が立ち上がった。