Re: Build your own ISO-install-CD?

2007-03-19 Thread Ted Mittelstaedt
- Original Message - From: Ewald Jenisch [EMAIL PROTECTED] To: Ted Mittelstaedt [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Sent: Friday, March 16, 2007 5:37 AM Subject: Re: Build your own ISO-install-CD? On Fri, Mar 16, 2007 at 12:07:17AM -0800, Ted Mittelstaedt wrote

How to build an ISO Re: Build your own ISO-install-CD?

2007-03-19 Thread Ted Mittelstaedt
- Original Message - From: Ewald Jenisch [EMAIL PROTECTED] To: Ted Mittelstaedt [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Sent: Friday, March 16, 2007 5:37 AM Subject: Re: Build your own ISO-install-CD? On Fri, Mar 16, 2007 at 12:07:17AM -0800, Ted Mittelstaedt wrote

Re: Build your own ISO-install-CD?

2007-03-17 Thread Giorgos Keramidas
On 2007-03-16 14:37, Ewald Jenisch [EMAIL PROTECTED] wrote: On Fri, Mar 16, 2007 at 12:07:17AM -0800, Ted Mittelstaedt wrote: The process is long and complex. You don't want to do it if you can help it. If people beg me on this list I'll post the step by step I use but trust me you really

Re: Build your own ISO-install-CD?

2007-03-16 Thread Ted Mittelstaedt
- Original Message - From: Ewald Jenisch [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Sent: Thursday, March 15, 2007 1:14 AM Subject: Build your own ISO-install-CD? Hi, I need to build my own ISO-install-CD for FreeBSD 6.2. Is this possible (given an up-to-date /usr/src tree

Re: Build your own ISO-install-CD?

2007-03-16 Thread Ewald Jenisch
On Fri, Mar 16, 2007 at 12:07:17AM -0800, Ted Mittelstaedt wrote: ... The process is long and complex. You don't want to do it if you can help it. If people beg me on this list I'll post the step by step I use but trust me you really really don't want to do this unless absolutely

Re: Build your own ISO-install-CD?

2007-03-16 Thread Ewald Jenisch
On Fri, Mar 16, 2007 at 12:07:17AM -0800, Ted Mittelstaedt wrote: ... The process is long and complex. You don't want to do it if you can help it. If people beg me on this list I'll post the step by step I use but trust me you really really don't want to do this unless absolutely

Build your own ISO-install-CD?

2007-03-15 Thread Ewald Jenisch
Hi, I need to build my own ISO-install-CD for FreeBSD 6.2. Is this possible (given an up-to-date /usr/src tree)? If yes, how? Will this process build build a mini-CD or a full Disc1? Can this home-brewn install-CD be used instead of the Disc1 of the 6.2 CD-set when installing a machine from

Re: Build your own ISO-install-CD?

2007-03-15 Thread Derek Ragona
Just download the disk1 iso image then use nero or cdcreator to burn the CD. -Derek At 04:14 AM 3/15/2007, Ewald Jenisch wrote: Hi, I need to build my own ISO-install-CD for FreeBSD 6.2. Is this possible (given an up-to-date /usr/src tree)? If yes, how? Will this process build

Re: Build your own ISO-install-CD?

2007-03-15 Thread cpghost
On Thu, Mar 15, 2007 at 04:22:36AM -0500, Derek Ragona wrote: Just download the disk1 iso image then use nero or cdcreator to burn the CD. Please don't top-post. He meant the command to create the iso image. Something like 'make release' or so... -Derek At 04:14 AM 3/15/2007,

Re: Build your own ISO-install-CD?

2007-03-15 Thread Ewald Jenisch
On Thu, Mar 15, 2007 at 10:27:02AM +0100, cpghost wrote: He meant the command to create the iso image. Something like 'make release' or so... Hi, Yes you're right - the question is about how to create a *custom* ISO-image. I've already tried the following: cd /usr/src # make release

Re: Build your own ISO-install-CD?

2007-03-15 Thread James Anderson
On 3/15/07, Ewald Jenisch [EMAIL PROTECTED] wrote: Yes you're right - the question is about how to create a *custom* ISO-image. I tried to find something about this in the FreeBSD docs, but I didn't look very hard: http://romana.now.ie/writing/customfreebsdiso.html From the article: I

Re: Build your own ISO-install-CD?

2007-03-15 Thread Kevin Kinsey
Ewald Jenisch wrote: Hi, I need to build my own ISO-install-CD for FreeBSD 6.2. Is this possible (given an up-to-date /usr/src tree)? IIRC, you actually need a CVS tree outside of /usr/src, unless your /usr/src is actually a repo copy of the CVS tree. It's been a while, so maybe I'm wrong

Re: Build your own ISO-install-CD?

2007-03-15 Thread Kevin Kinsey
Ewald Jenisch wrote: On Thu, Mar 15, 2007 at 10:27:02AM +0100, cpghost wrote: He meant the command to create the iso image. Something like 'make release' or so... Hi, Yes you're right - the question is about how to create a *custom* ISO-image. I've already tried the following: cd /usr/src