Walter wrote:
Thanks. I extracted the file on the target disk, and made a custom kernel config file.But running "make buildkernel KERNCONF=<mycustomconfig>" generated the error "You must buildworld before buildkernel" with some addition instructions on making a manual config. When I tried to "make buildworld" it likewise generated an error.
Use nativekernel instead. See 'man build'. The buildworld failed because src-sys.tar.bz2 is kernel source only. Sascha -- http://yoyodyne.ath.cx
