Re: Own Install CD with custom kernel

2007-10-05 Thread Matthias Fechner
Hello Ulrich, * Ulrich Spoerlein <[EMAIL PROTECTED]> [25-09-07 18:27]: > [...] > install.cfg, take a look at > /usr/src/usr.sbin/sysinstall/install.cfg thx a lot for your emails I was now able to generate the CD so it does exactly what i want. Best regards, Matthias -- "Programming today is a

Re: Own Install CD with custom kernel

2007-09-25 Thread Ulrich Spoerlein
On 9/25/07, Matthias Fechner <[EMAIL PROTECTED]> wrote: > thx a lot for your really great answer, but I have some more short > questions. :) > Do you copy the release target to the Makefile in > /usr/src/release/Makefile or do you execute from another place? Since we need to be able to reproduce o

Re: Own Install CD with custom kernel

2007-09-24 Thread Matthias Fechner
Hello Ulrich, * Ulrich Spoerlein <[EMAIL PROTECTED]> [23-09-07 17:19]: > I'm using a Makefile to drive our release and package building and for > the releases I'm using an install.cfg, which gets created on the fly, > since the names of the kernels change now and then, here is the release > target

Re: Own Install CD with custom kernel

2007-09-23 Thread Ulrich Spoerlein
On Thu, 20.09.2007 at 09:32:56 +0200, Matthias Fechner wrote: > It seems that sysinstall will not install per default the new kernel. > For a non SMP system (like mine) it is I4B. > So it seems to me that I must change /usr/src/usr.sbin/sysinstall to > do this. I attached a patch to this email whic

Own Install CD with custom kernel

2007-09-20 Thread Matthias Fechner
Hi, I'm new to that list and I hope it is the right own to rise my question :) I'm working currently on a custom FreeBSD install CD with included I4B. But I have my problems and every try takes about 8 hours to rebuild the CDs again so hopefully I'll get some help here to speed it up a little :)