NetBSD-1.3.2/sun3x

(1)区画する。

外に 170M disk を付ける。scsi-id はたまたま 5 edlabel /dev/rsd2c で変更する 今までのもの 今回 ----------------- --------------- a 0 140 10M / 0 210 15M b 140 740 50M swap 210 600 42M c 0 2337 d 740 1220 84M /usr 810 1150 77M h 1575 375 26M /var 1960 377 26M 何だかいままでのものは重なっていたような気がする。良く動いて いたものだ。

(2)miniroot を swap に書く

ftp://ftp.iij.ad.jp/pub/NetBSD/NetBSD-1.3.2/sun3x/installation/miniroot/ から、miniroot.gz を持って来て、gunzip しておき、次の方法で外付けの swap 区画に書く。 root@tateyama 14:04:20/980606(...installation/miniroot)# \ ? dd bs=32k if=miniroot of=/dev/rsd2b 256+0 records in 256+0 records out 8388608 bytes transferred in 27 secs (310689 bytes/sec) root@tateyama 14:05:24/980606(...installation/miniroot)#

(3) miniroot で起動

>b sd (0,28,1) -sw 引数の二つ目は scsi-id*8 を16 進で表わしたもの 次のような見方も出来る。 2 8 0010 1000 ---- scsi-id

(4) install

base comp etc text を入れる。

(5) 立上った後で、

次のものは古いものから持って来る。 mount /dev/sd0a /mnt /etc/passwd tcsh と書いてあるものは csh にしておく /etc/master.passwd /etc/group /etc/aliases /etc/sendmail.cf /etc/amd-map /etc/amd/amd-map (これは古い方が標準位置でなかったので位置を変更) /automount の link /etc/fstab mkdir /usr/local mkdir /var/news

その他

named は libutil.so3.2 の問題で動かない。 /etc/rc.conf を変更する。 --------------------------------------------- cp: /tmp/disktab.shadow: Read-only file system /sbin/mount_kernfs /kern /kern /sbin/mount -u /kern/rootdev / --------------------------------------------- mount されていて Device busy ---------------------------------------------