On Fri, 18 Oct 2013 16:04:30 +0100
Richard Purdie wrote:
> > -populate_script = "%s/usr/bin/populate-extfs.sh" % native_sysroot
> > +populate_script = "export PSEUDO_PREFIX=%s/usr;" % native_sysroot
> > +populate_script += "export PSEUDO_LOCALSTATEDIR=%s/../pseudo;" %
> >
On 10/18/13 10:04 AM, Richard Purdie wrote:
On Wed, 2013-10-16 at 15:25 -0500, Tom Zanussi wrote:
Without this, files in the generated filesystem pick up the wrong
ownership.
Signed-off-by: Tom Zanussi
---
scripts/lib/mic/kickstart/custom_commands/partition.py | 9 -
1 file changed,
On Wed, 2013-10-16 at 15:25 -0500, Tom Zanussi wrote:
> Without this, files in the generated filesystem pick up the wrong
> ownership.
>
> Signed-off-by: Tom Zanussi
> ---
> scripts/lib/mic/kickstart/custom_commands/partition.py | 9 -
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
On Wed, 2013-10-16 at 15:25 -0500, Tom Zanussi wrote:
> Without this, files in the generated filesystem pick up the wrong
> ownership.
>
> Signed-off-by: Tom Zanussi
> ---
> scripts/lib/mic/kickstart/custom_commands/partition.py | 9 -
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
Without this, files in the generated filesystem pick up the wrong
ownership.
Signed-off-by: Tom Zanussi
---
scripts/lib/mic/kickstart/custom_commands/partition.py | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/scripts/lib/mic/kickstart/custom_commands/partition.py
b