Re: Making a release of stable/12 with multiple kernels

2020-01-11 Thread Trond Endrestøl
r/bin/make -C /usr/src/release -D NO_INSTALLEXTRAKERNELS NODOC=1 NOPORTS=1 NOSRC=1 release Maybe GENERIC should be at the head of KERNCONF when making a release. Some .CURDIR magic in /etc/make.conf might help with that. I'm sorry for the noise. -- Trond. ___ f

Making a release of stable/12 with multiple kernels

2020-01-11 Thread Trond Endrestøl
Hi, I'm trying to make a release of stable/12 and I was hoping to include all my custom kernels in the generated disc1.iso and memstick.img. Currently, I'm running: /usr/bin/make -C /usr/src -D NO_CLEAN -j 8 buildworld buildkernel /usr/bin/make -C /usr/src/release KERNEL="PE1950 DL360G5 GENERIC

Re: making a RELEASE

2000-08-03 Thread Oliver Fromme
In list.freebsd-stable Nora Etukudo <[EMAIL PROTECTED]> wrote: > On Thu, Aug 03, 2000 at 02:21:24PM +0200, Oliver Fromme wrote: > > > have MY snapshot on a bootable CD, just in case. The price is > > > reasonable - a night of my life :-) > > > > And what is the advantage over simply making

Re: making a RELEASE

2000-08-03 Thread Nora Etukudo
On Thu, Aug 03, 2000 at 02:21:24PM +0200, Oliver Fromme wrote: > > have MY snapshot on a bootable CD, just in case. The price is > > reasonable - a night of my life :-) > > And what is the advantage over simply making a backup > of your disk? If I have such a CD, I can it auto install on seve

Re: making a RELEASE

2000-08-03 Thread Oliver Fromme
In list.freebsd-stable Plamen Petkov <[EMAIL PROTECTED]> wrote: > 3. hacking /usr/src/release/Makefile, where, instead of 'cvs'-ing srcs, I > just 'cp' them in $CHROOTDIR/src Using tar (or star from the ports) is probably better than cp. > Well, this is a bit away from the 'standard' release/

Re: making a RELEASE [should make buildworld made before?]

2000-08-02 Thread John Baldwin
Makoto MATSUSHITA wrote: > > obrien> However, today's buildworld is more resilent having better > obrien> build-tools, etc.. targets than when release/Makefile was > obrien> first written. Maybe this need could be removed. But this > obrien> hasn't happened yet. > > If I understand the facts o

Re: making a RELEASE

2000-08-02 Thread David O'Brien
On Wed, Aug 02, 2000 at 11:42:50AM +0100, Dominic Mitchell wrote: > > I cvsup-ed all src collections, including ports and doc (i.e. src-all, > > doc-all and ports-all). ... > > Wich path should I give to CVSROOT dir ? > > You need to download the the cvs collections, not the "checked-out" > colle

Re: making a RELEASE [should make buildworld made before?]

2000-08-02 Thread Domas Mituzas
Hi, > I cvsup-ed all src collections, including ports and doc (i.e. src-all, doc-all and >ports-all). You should fetch cvs collection. Btw, I missed to find, that "make buildworld" is mandatory before make release (It failed in several places, if I didn't build the world). Therefore, during make

Re: making a RELEASE

2000-08-02 Thread Chris D. Faulhaber
On Wed, 2 Aug 2000 [EMAIL PROTECTED] wrote: > Hi, > > I cvsup-ed all src collections, including ports and doc (i.e. src-all, doc-all and >ports-all). > > I went to /usr/src/release and tried to "make release". It asked me to provide >CVSROOT variable. And oops.. I am confused ... :-) > > Wi

Re: making a RELEASE

2000-08-02 Thread Alexandr A Listopad
On Wed, Aug 02, 2000 at 07:23:13AM -0400, Chris BeHanna wrote: > SLOW DOWN! > > "make release" will make the iso images (right?) no, make release make only ftp,cd-version of install tree, no image > > What he wants, I suspect, is to cd to /usr/src and follow the > instruct

Re: making a RELEASE

2000-08-02 Thread Chris BeHanna
On Wed, 2 Aug 2000, Dominic Mitchell wrote: > On Wed, Aug 02, 2000 at 01:34:00PM +0100, [EMAIL PROTECTED] wrote: > > Hi, > > > > I cvsup-ed all src collections, including ports and doc (i.e. src-all, > > doc-all and ports-all). > > > > I went to /usr/src/release and tried to "make release". It a

Re: making a RELEASE

2000-08-02 Thread Dominic Mitchell
On Wed, Aug 02, 2000 at 01:34:00PM +0100, [EMAIL PROTECTED] wrote: > Hi, > > I cvsup-ed all src collections, including ports and doc (i.e. src-all, > doc-all and ports-all). > > I went to /usr/src/release and tried to "make release". It asked me to > provide CVSROOT variable. And oops.. I am conf

making a RELEASE

2000-08-02 Thread plamendp
Hi, I cvsup-ed all src collections, including ports and doc (i.e. src-all, doc-all and ports-all). I went to /usr/src/release and tried to "make release". It asked me to provide CVSROOT variable. And oops.. I am confused ... :-) Wich path should I give to CVSROOT dir ? Any documentation reg