|

楼主 |
发表于 2004-2-3 13:45:22
|
显示全部楼层
Steps:
#make buildworld (0k)
#make buildkernel KERNCONF=MYKERN (0k)
#make installkernel KERNCONF=MYKERN (0k)
reboot in single mode as
boot -s
fsck -p
mount -u /
mount -a -t ufs
swapon -a
adjkentz -i (0k)
make installworld
-> fail with error:
--------------------------------------------------------------
>>> Installing everything..
--------------------------------------------------------------
cd /usr/src; make -f Makefile.inc1 install
===> share/info
===> include
creating osreldate.h from newvers.sh
touch: not found
然后终止了。我尝试重新install world,同样失败check date始终正确(总共进行了4次) |
|