Subject: Re: ACL stuff
To: None <current-users@NetBSD.ORG>
From: Ty Sarna <tsarna@endicor.com>
List: current-users
Date: 04/21/1995 23:09:43
In article <D7E90K.50C@deshaw.com>,
Christos Zoulas <christos@deshaw.com> wrote:
> In article <199504211340.XAA21710@vitruvius.arbld.unimelb.EDU.AU> darrenr@vitruvius.arbld.unimelb.edu.au (Darren Reed) writes:
> 
> Maybe it is going to be simple to add a simple form of CDF's to the
> kernel just for the purpose of building multi-architecture CDROMs,
> and disable that option in all other cases. 

The ISO Rock Ridge extensions already have the ability to make a symlink
whoose components can expand to the hostname or the mountpoint (why did
they include hostname and not host type?). So here's a hack: make the
default hostname of the kernel the arch type, then have symlinks in the
cdrom root with the hostname component in them and pointing to the right
arch dirs, the use that to union-mount things in the right places before
changing the hostname. Ugly -- not sure this is even close to the best
way to do it for real -- but it would work. personally, having the
kernel try init.<arch> first seems like the cleanest solution for those
who don't want something fancier like AFS @components or CDFs (and most
people seem to be violently opposed to them).