Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2014 10:03:11 -0700
From:      Nathan Whitehorn <nwhitehorn@freebsd.org>
To:        Sean Fagan <sef@ixsystems.com>, hackers@freebsd.org
Subject:   Re: Expanding on NO_ROOT:  Categorizing installed files
Message-ID:  <53BEC74F.6070803@freebsd.org>
In-Reply-To: <048B595B-6B91-40B6-84A4-E23948423354@ixsystems.com>
References:  <048B595B-6B91-40B6-84A4-E23948423354@ixsystems.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Don't we already have this in the form of the DISTRIBUTION make 
variable? That's what is already used for packaging the base system for 
the installer.
-Nathan

On 07/09/14 16:33, Sean Fagan wrote:
> We've been looking at some significant changes to how we distribute and update FreeNAS; one of the things I've done is take the NO_ROOT build changes, and expand upon them to have categories.
>
> I'd like to say I went for minimal changes here, but mostly what I was going for was minimal work on my part.  However, this seems to mostly work; the METALOG that gets generated has lines such as
>
> 	./bin/cat type=file uname=root gname=wheel mode=0555 size=11520 category=base
>
> and I've written a python script that will take that METALOG, and create PKGNG-style packages from it.  (This may be more useful for things like "category=dev", or "secure".)  I did have to change xinstall a bit to handle this, and I also changed how it handled hard links for the metalog.
>
> Any comments on this?  More importantly, any interest in it?
>
> (Note that I am not subscribed to the list from this address, so if you respond to the list, I may follow up from a different address :).)
>
>
>
> _______________________________________________
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53BEC74F.6070803>