Re: Make Release

2013-08-05 Thread Rick Miller
On Thu, Aug 1, 2013 at 12:40 PM, Amitabh Kant wrote: > Devin Teske & Rick Miller have a fairly extensive explanation on their > blogs on how to create your own modified iso's. Search the archives for > links. Hopefully they can chime in with their respective links. Sorry to show up late for the d

Re: Make Release

2013-08-01 Thread Teske, Devin
On Aug 1, 2013, at 10:58 AM, Teske, Devin wrote: > > On Aug 1, 2013, at 9:56 AM, Amitabh Kant wrote: > >> On Thu, Aug 1, 2013 at 10:13 PM, Teske, Devin >> wrote: >> I'm hoping that my very open development documentation on customizing the >> release(7) process for producing DruidBSD releases

Re: Make Release

2013-08-01 Thread Teske, Devin
On Aug 1, 2013, at 9:56 AM, Amitabh Kant wrote: > On Thu, Aug 1, 2013 at 10:13 PM, Teske, Devin > wrote: > I'm hoping that my very open development documentation on customizing the > release(7) process for producing DruidBSD releases can help you out here. > > I've documented much of the inte

Re: Make Release

2013-08-01 Thread Amitabh Kant
On Thu, Aug 1, 2013 at 10:13 PM, Teske, Devin wrote: > I'm hoping that my very open development documentation on customizing the > release(7) process for producing DruidBSD releases can help you out here. > > I've documented much of the internals of the release(7) process (albeit, > relevant to th

Re: Make Release

2013-08-01 Thread Amitabh Kant
On Thu, Aug 1, 2013 at 10:10 PM, Amitabh Kant wrote: > Devin Teske & Rick Miller have a fairly extensive explanation on their > blogs on how to create your own modified iso's. Search the archives for > links. Hopefully they can chime in with their respective links. > > I the meantime , the follow

Re: Make Release

2013-08-01 Thread Amitabh Kant
Devin Teske & Rick Miller have a fairly extensive explanation on their blogs on how to create your own modified iso's. Search the archives for links. Hopefully they can chime in with their respective links. I the meantime , the following link has somewhat of my own notes for creating a custom cd;

Re: Make Release

2013-08-01 Thread Teske, Devin
On Aug 1, 2013, at 9:14 AM, Sam Fourman Jr. wrote: > one specific question I have, that I can't find in the handbook... > To make a FreeBSD release, that is to build the install images... you build > world, and kernel.. then go to /etc/src/release and type make release... > after this, the releas

Re: make release fails

2013-05-31 Thread CyberLeo Kitsana
On 05/23/2013 06:52 AM, Jack Mc Lauren wrote: > Hi > find //usr/obj/usr/src/release/dist/doc -empty -delete > find: -delete: //usr/obj/usr/src/release/dist/doc: relative path potentially > not > safe > *** [distributeworld] Error code 1 > What's wrong with this? > Thanks in advance Huh. Appare

Re: make release and mfsroot

2012-12-11 Thread Devin Teske
On Dec 11, 2012, at 2:13 PM, Rick Miller wrote: > On Tue, Dec 11, 2012 at 5:05 PM, Devin Teske > wrote: >> >> Though, to resize the mfsroot, I still rely on release(7) and the above >> patches. > > Here's another question, have you applied this approach to > boot_crunch.conf? I simply replac

Re: make release and mfsroot

2012-12-11 Thread Rick Miller
On Tue, Dec 11, 2012 at 5:05 PM, Devin Teske wrote: > > Though, to resize the mfsroot, I still rely on release(7) and the above > patches. Here's another question, have you applied this approach to boot_crunch.conf? I simply replaced the default boot_crunch.conf with my own in the source tree.

Re: make release and mfsroot

2012-12-11 Thread Devin Teske
On Dec 11, 2012, at 1:50 PM, Rick Miller wrote: > Hi Devin, > > On Tue, Dec 11, 2012 at 4:22 PM, Devin Teske > wrote: >> Hi Rick, >> >> If you want, you could follow my approach which is to take the completed >> mfsroot.gz and use a Makefile to manage the creation of custom mfsroots >> (keepi

Re: make release and mfsroot

2012-12-11 Thread Rick Miller
Hi Devin, On Tue, Dec 11, 2012 at 4:22 PM, Devin Teske wrote: > Hi Rick, > > If you want, you could follow my approach which is to take the completed > mfsroot.gz and use a Makefile to manage the creation of custom mfsroots > (keeping the original unmodified, making it simpler to test different >

Re: make release and mfsroot

2012-12-11 Thread Devin Teske
Hi Rick, If you want, you could follow my approach which is to take the completed mfsroot.gz and use a Makefile to manage the creation of custom mfsroots (keeping the original unmodified, making it simpler to test different iterations). The advantage is that you don't have to re-perform the re

Re: make release custom kernel conf not found

2012-01-31 Thread Rick Miller
Thanks Rob and Lowell, I will keep this information handy. It was helpful. On Tue, Jan 31, 2012 at 4:22 AM, Rob Farmer wrote: > On Mon, Jan 30, 2012 at 10:39 AM, Rick Miller > wrote: >> Thanks Rob... >> >> I put the kernel conf file in the source tree as opposed to linking to >> it and it cer

Re: make release custom kernel conf not found

2012-01-31 Thread Rob Farmer
On Mon, Jan 30, 2012 at 10:39 AM, Rick Miller wrote: > Thanks Rob... > > I put the kernel conf file in the source tree as opposed to linking to > it and it certainly did compile the custom kernel. > > What confuses me (not that I expect you to have the answer) is that > Chapter 9 of the handbook h

Re: make release custom kernel conf not found

2012-01-30 Thread Lowell Gilbert
Rick Miller writes: > Thanks Rob... > > I put the kernel conf file in the source tree as opposed to linking to > it and it certainly did compile the custom kernel. > > What confuses me (not that I expect you to have the answer) is that > Chapter 9 of the handbook has a tip that recommends keeping

Re: make release custom kernel conf not found

2012-01-30 Thread Rick Miller
Thanks Rob... I put the kernel conf file in the source tree as opposed to linking to it and it certainly did compile the custom kernel. What confuses me (not that I expect you to have the answer) is that Chapter 9 of the handbook has a tip that recommends keeping the kernel config in /root/kernel

Re: make release custom kernel conf not found

2012-01-29 Thread Bernt Hansson
2012-01-29 18:03, Rick Miller skrev: Hi All, I am performing a `make release` to build a new release with a custom kernel. The `make release` fails with the following error: cd /usr/src/release/..; make TARGET_ARCH=amd64 TARGET=amd64 KERNCONF=MYKERNEL kernel DESTDIR=/R/stage/kernels KODIR=/M

Re: make release custom kernel conf not found

2012-01-29 Thread Rob Farmer
On Sun, Jan 29, 2012 at 9:03 AM, Rick Miller wrote: > Hi All, > > I am performing a `make release` to build a new release with a custom > kernel.  The `make release` fails with the following error: > > cd /usr/src/release/..;  make TARGET_ARCH=amd64 TARGET=amd64 > KERNCONF=MYKERNEL kernel  DESTDIR

Re: 'make release' on ZFS filesystem fails: chflags: operation not permitted

2009-11-03 Thread Vincent Hoffman
O. Hartmann wrote: > I followed the steps making a release on FreeBSD 8.0-RC2/AMD64 on my > box, the target CHROOTDIR is located on a ZFS volume. I searched the > list for a solution, but did not find any. > sysctl kern.securelevel shows > kern.securelevel: -1 > > Is there any solution? I guess tho

Re: make release of current

2008-11-27 Thread Beech Rintoul
On Thursday 27 November 2008 06:12:37 michael wrote: > Beech Rintoul wrote: > > On Thursday 27 November 2008 04:44:19 michael wrote: > >> Beech Rintoul wrote: > >>> On Wednesday 26 November 2008 20:40:21 michael wrote: > will make release work for current? i've built a nice working system > >>

Re: make release of current

2008-11-27 Thread michael
Beech Rintoul wrote: On Thursday 27 November 2008 04:44:19 michael wrote: Beech Rintoul wrote: On Wednesday 26 November 2008 20:40:21 michael wrote: will make release work for current? i've built a nice working system that i would like to be able to install on several identica

Re: make release of current

2008-11-27 Thread Beech Rintoul
On Thursday 27 November 2008 04:44:19 michael wrote: > Beech Rintoul wrote: > > On Wednesday 26 November 2008 20:40:21 michael wrote: > >> will make release work for current? i've built a nice working system > >> that i would like to be able to install on several identical machines. > > > > Yes, bu

Re: make release of current

2008-11-27 Thread michael
Beech Rintoul wrote: On Wednesday 26 November 2008 20:40:21 michael wrote: will make release work for current? i've built a nice working system that i would like to be able to install on several identical machines. Yes, but read all the docs completely there are a number of options y

Re: make release of current

2008-11-27 Thread Beech Rintoul
On Wednesday 26 November 2008 22:54:35 Valentin Bud wrote: > Hello Beech, > > Could you be more specific on what documentation to read. > > thank you and a great day, > v > > On Thu, Nov 27, 2008 at 8:20 AM, Beech Rintoul <[EMAIL PROTECTED]> wrote: > > On Wednesday 26 November 2008 20:40:21 michael

Re: make release of current

2008-11-26 Thread Valentin Bud
Hello Beech, Could you be more specific on what documentation to read. thank you and a great day, v On Thu, Nov 27, 2008 at 8:20 AM, Beech Rintoul <[EMAIL PROTECTED]> wrote: > On Wednesday 26 November 2008 20:40:21 michael wrote: >> will make release work for current? i've built a nice working s

Re: make release of current

2008-11-26 Thread Beech Rintoul
On Wednesday 26 November 2008 20:40:21 michael wrote: > will make release work for current? i've built a nice working system > that i would like to be able to install on several identical machines. Yes, but read all the docs completely there are a number of options you need, like telling it to us

Re: make release, src.conf and WITHOUT_SENDMAIL on freebsd 7

2008-09-01 Thread Artis Caune
On Sat, Aug 30, 2008 at 11:06 AM, Matias Surdi <[EMAIL PROTECTED]> wrote: > The problem arises when I do a "make release" as, as far as I can see, > /etc/src.conf is completly ignored. I think it's an issue with the chroot > environment that "make release" uses. Wich is the correct way to let "make

Re: "make release" and sysinstall

2008-08-14 Thread Riaan Kruger
> Another question: > > Suppose I create my own install.cfg for sysinstall and then I do a "make > release".If my sysinstall contains a couple of freeBSD packages (bash, > python, etc..) plus a custom package created by me.. How must I instruct > "make release" to include just those packages in the

Re: "make release" and sysinstall

2008-08-14 Thread Sebastian Tymków
Hi, This should help: http://www.gsoft.com.au/~doconnor/FreeBSD-release.html http://www.gsoft.com.au/~doconnor/release/install.cfg I made my own release with ports on board without additional post-installing. This ports, are configured and ready to work "out of box". Best regards, Sebastian Ty

Re: "make release" and sysinstall

2008-08-14 Thread Matias Surdi
Hi Riaan, Thanks a lot for your explanation, it's been very usefull to me, really. I've been looking about Freesbie, but it seems abandoned and on their mailing list there is no post since a couple of months. PfSense, which I use here, uses bsdInstaller but it's last "new" is from Aug 02

Re: "make release" and sysinstall

2008-08-13 Thread Riaan Kruger
Sysinstall has a configuration file with wich you can specify several options, see man sysinstall(8) for more details. When making a release you set the sysinstalls configuration file with the LOCAL_PATCHES option to patch it to the chroot environment release build environment. We use it to creat

Re: make release error for customed x86 platform

2007-08-17 Thread Ken Smith
[ cc line trimmed a bit... ] On Sun, 2007-08-12 at 08:55 +0800, Put PostgreSQL to Work for Your Business. wrote: > Dear all > > I am building a custom FreeBSD for internal use for the various > platforms we used (x86 platform). I am encountering a issue write > failed, filesystem is full when cr

Re: make release error

2005-11-16 Thread Lowell Gilbert
Maxim Vetrov <[EMAIL PROTECTED]> writes: > I'm running 5.4 and trying to make release of 6.0. You do realize the documentation says that's not supported, right? You're kind of on your own there. >While making > release, I got next error: > > .

Re: make release

2005-10-10 Thread Lowell Gilbert
pirat sriyotha <[EMAIL PROTECTED]> writes: > hi sirs, > > am trying to make my own release by `make release -DNOGAME' at > /usr/src/release > with 5.4 notebook. i want to have packages that have been built included into > disc1.iso too but i get only 198mb of src and ports and some others inste

Re: make release problem

2005-09-15 Thread Kövesdán Gábor
Beecher Rintoul wrote: I just did a release snapshot and everything worked except the last steps creating the CD iso files. they simply don't exist. All of the supporting files are in place and I can do a mkisofs and create a bootable working disk. Can someone shed some light on how to get the

Re: Make release for sparc64 target on i386 system

2004-06-04 Thread Kris Kennaway
On Fri, Jun 04, 2004 at 09:41:46AM -0400, Sven Willenberger wrote: > I seem to be running into brick walls making a 5.2.1-RELEASE-P8 for > sparc64 arch on an i386 system. I have tried the following using the > latest sources from cvsup: I don't think you can cross-target releases. For example, th

Re: make release broken for -STABLE?

2003-01-23 Thread Bruce A. Mah
I wrote: > We might be able to move the de, em, or vx drivers to the mfsroot > floppy, if there's space. I'll try playing around with this, if I get > some time. (Obviously that shouldn't preclude someone else from > working on this problem.) I moved the em driver to mfsroot.flp and was able

Re: make release broken for -STABLE?

2003-01-23 Thread Bruce A. Mah
If memory serves me right, "Igor B. Bykhalo" wrote: [kern.flp overflow again] > I don't get it: [snip] > > goshik# ls -l *kern* > > image.kern: > > total 1346 > > drwxr-xr-x 2 root wheel 512 22 ÑÎ× 21:19 boot > > -r-xr-xr-x 1 root wheel 1344894 22 ÑÎ× 21:19 kernel.gz > > > > kernels: