GentooLinux stage1その4 ( 2006.07.03 Monday )
続きです。
非常に長いこと待たされた感じがしますが、やっとこさemerge -e systemが終了してくれました。
注意書きをメモしときますかね。
* If you don't have a makewhatis cronjob, then you
* Should update the whatis datebase yourself:
* # makewhatis -u
* Regenerating GNU info directory index...
* Processed 86 info files.
* IMPORTANT: 4 config files in /etc need updating.
* Type emerge --help config to learn how to update config files.
とりあえず
# makewhatis -u
その後で、
# emerge --help config
# etc-update
としておきました。
システムの構築がおわったので、次の段階に進みます。
タイムゾ−ンの設定をします。
# ln -sf /usr/share/zoneinfo/path/to/timezonefile /etc/localtime
/etc/fstabを書き換えます。
#nano -w /etc/fstab
/dev/hda2 /boot ext2 defaults,noatime 1 2
/dev/hda3 none swap sw 0 0
/dev/hda6 / ext3 noatime 0 1
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
/dev/fd0 /mnt/floppy auto noauto,user 0 0
上記のようにしました。
続く・・・。