On Wed, 2011-06-01 at 13:34 +0100, Martyn Welch wrote: > On 01/06/11 10:47, Phil Blundell wrote: > > On Tue, 2011-05-31 at 12:53 -0700, Scott Garman wrote: > >> This adds a -native recipe for the shadow utilities. > >> > >> The custom --root option allows the the following utilities to be > >> run within a chroot when invoked under pseudo: > > > > Rather than patching the code for all these utilities, can't you just > > wrap them in a call to chroot(8)? That is, make useradd.bbclass do: > > > > eval $PSEUDO chroot ${STAGING_DIR_TARGET} useradd ... > > > > rather than the existing > > > > eval $PSEUDO useradd --root ${STAGING_DIR_TARGET} ... > > > > ? > > > > You'd need root privileges to use chroot wouldn't you? I'm assuming you > wouldn't with the existing.
Doesn't $PSEUDO sort that out? The --root option that Scott has patched into all the utilities seems to just end up calling chroot(2) anyway so you would need root privileges at that point. That said, I'm not entirely au fait with pseudo so I might well be misunderstanding how it works. p. _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core