Re: How to build FreeBSD entirely from sources?

2004-01-31 Thread Kai Grossjohann
"Edmund Craske" <[EMAIL PROTECTED]> writes: > Note that the procedure shown will likely break your system > if you're upgrading from 5.1 or earlier, so do: > shutdown -r now > then boot into single user mode, as described in the handbook, > instead of shutdown now. I guess this teaches me not to

Re: How to build FreeBSD entirely from sources?

2004-01-31 Thread Ruben de Groot
On Fri, Jan 30, 2004 at 04:00:26PM +0100, Geert Hendrickx typed: > > Can you build Gentoo on a machine currently NOT running Linux? > > Yes, you can boot Gentoo from a live-cd, you extract a "temporary" > Gentoo-system to your harddisk, chroot into it and start recompiling from > there. This

Re: How to build FreeBSD entirely from sources?

2004-01-30 Thread Jorn Argelo
The Handbook provides plenty of information about using cvsup: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html Cheers, Jorn On Friday 30 January 2004 16:50, you wrote: > > You can better sync your source with cvsup rather then using the sources > > which are being installed

RE: How to build FreeBSD entirely from sources?

2004-01-30 Thread Edmund Craske
raske > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kai > Grossjohann > Sent: 30 January 2004 16:11 > To: [EMAIL PROTECTED] > Subject: Re: How to build FreeBSD entirely from sources? > > > Geert Hendrickx <[EMAIL PROT

Re: How to build FreeBSD entirely from sources?

2004-01-30 Thread Kai Grossjohann
Geert Hendrickx <[EMAIL PROTECTED]> writes: >> You can better sync your source with cvsup rather then using the sources >> which are being installed by the CD. Like that you'll always have the most >> recent version of your FreeBSD installation. > > How do I do this? I put some stuff in /etc/ma

Re: How to build FreeBSD entirely from sources?

2004-01-30 Thread Geert Hendrickx
> You can better sync your source with cvsup rather then using the sources > which are being installed by the CD. Like that you'll always have the most > recent version of your FreeBSD installation. How do I do this? Thanks, GH -- powered by FreeBSD __

Re: How to build FreeBSD entirely from sources?

2004-01-30 Thread Jorn Argelo
You can better sync your source with cvsup rather then using the sources which are being installed by the CD. Like that you'll always have the most recent version of your FreeBSD installation. Cheers, Jorn On Friday 30 January 2004 16:11, Geert Hendrickx wrote: > > But what exactly is built by

Re: How to build FreeBSD entirely from sources?

2004-01-30 Thread Geert Hendrickx
> But what exactly is built by 'make world'? > > I mean, with sysinstall I can install several "distributions" e.g. > "compatxx", "crypto", "games", XFree86, ... Will 'make world' rebuild all > this? And will it not build more? Ok, problem solved. Sysinstall lets me choose which sources to inst

Re: How to build FreeBSD entirely from sources?

2004-01-30 Thread Geert Hendrickx
> o Install from cd image and choose the package that includes all sources > (with or without X-Windows depending on if you want a gui or not). > > o Synchronize your sources with cvs. > > o make world. Ok, I thought that would be the way. But what exactly is built by 'make world'? I mean, w

Re: How to build FreeBSD entirely from sources?

2004-01-30 Thread Geert Hendrickx
> Can you build Gentoo on a machine currently NOT running Linux? Yes, you can boot Gentoo from a live-cd, you extract a "temporary" Gentoo-system to your harddisk, chroot into it and start recompiling from there. GH -- powered by FreeBSD ___ [EMA

Re: How to build FreeBSD entirely from sources?

2004-01-28 Thread Kai Grossjohann
"Geert Hendrickx" <[EMAIL PROTECTED]> writes: > "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system > entirely from sources, starting from an existing FreeBSD system. > > But I want to build a new FreeBSD system on a machine currently NOT > running FreeBSD. How can I do this

Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Ion-Mihai Tetcu
On Tue, 27 Jan 2004 11:31:56 -0500 (EST) Jerry McAllister <[EMAIL PROTECTED]> wrote: > > > > On Tue, 27 Jan 2004 15:19:33 +0200 > > Ion-Mihai Tetcu <[EMAIL PROTECTED]> wrote: > > > > > On Tue, 27 Jan 2004 07:48:42 +0100 (CET) > > > "Geert Hendrickx" <[EMAIL PROTECTED]> wrote: > > > > > > > Hell

Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Jerry McAllister
> > On Tue, 27 Jan 2004 15:19:33 +0200 > Ion-Mihai Tetcu <[EMAIL PROTECTED]> wrote: > > > On Tue, 27 Jan 2004 07:48:42 +0100 (CET) > > "Geert Hendrickx" <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > > > > "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system > > > entire

Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Ion-Mihai Tetcu
On Tue, 27 Jan 2004 15:19:33 +0200 Ion-Mihai Tetcu <[EMAIL PROTECTED]> wrote: > On Tue, 27 Jan 2004 07:48:42 +0100 (CET) > "Geert Hendrickx" <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system > > entirely from sources, starti

Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Jerry McAllister
> > Hello, > > "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system > entirely from sources, starting from an existing FreeBSD system. > > But I want to build a new FreeBSD system on a machine currently NOT > running FreeBSD. How can I do this? > > I'm used to doing this w

Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Micheal Patterson
- Original Message - From: "Geert Hendrickx" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 27, 2004 12:48 AM Subject: How to build FreeBSD entirely from sources? > Hello, > > "FreeBSD from Scratch" describes a method f

Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Gautam Gopalakrishnan
On Tue, Jan 27, 2004 at 07:48:42AM +0100, Geert Hendrickx wrote: > Hello, > > "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system > entirely from sources, starting from an existing FreeBSD system. > > But I want to build a new FreeBSD system on a machine currently NOT > runn

Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Ion-Mihai Tetcu
On Tue, 27 Jan 2004 07:48:42 +0100 (CET) "Geert Hendrickx" <[EMAIL PROTECTED]> wrote: > Hello, > > "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system > entirely from sources, starting from an existing FreeBSD system. > > But I want to build a new FreeBSD system on a machin

Re: How to build FreeBSD entirely from sources?

2004-01-27 Thread Ruben de Groot
On Tue, Jan 27, 2004 at 07:48:42AM +0100, Geert Hendrickx typed: > Hello, > > "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system > entirely from sources, starting from an existing FreeBSD system. > > But I want to build a new FreeBSD system on a machine currently NOT > runn

How to build FreeBSD entirely from sources?

2004-01-27 Thread Geert Hendrickx
Hello, "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system entirely from sources, starting from an existing FreeBSD system. But I want to build a new FreeBSD system on a machine currently NOT running FreeBSD. How can I do this? I'm used to doing this with Gentoo Linux: Wit