Subject: Re: NetBSD from scratch
To: sp4rc <sammyshome@gmx.net>
From: Hubert Feyrer <hubert@feyrer.de>
List: port-sparc64
Date: 04/27/2006 14:49:07
On Thu, 27 Apr 2006, sp4rc wrote:
> I have been googling for a while and came across FreeBSD from scratch
> (apart from LFS) which raised my attention. Now I am wondering if there
> is some documentation out there describing the same for NetBSD. Or has
> someone experience with this and is willing to share his/her
> documentation's?
cd src
./build.sh -m {sparc,alpha} tools release
Sorry to burst your bubble, but that's NetBSD: We are no "distribution"
that someone arranged, but a real operating system where everything comes
from one source tree. The above compiles all of NetBSD into a
ready-to-install release format.
A bit more information (tough dated):
http://www.feyrer.de/NetBSD/xdev.html
- Hubert