search for: 2a4c71e

Displaying 1 result from an estimated 1 matches for "2a4c71e".

2015 Aug 27
1
[PATCH] customize: Use setarch when running commands on i686 guest (RHBZ#1256405).
...libgcc-5.1.1-4.fc22.x86_64 is intended for a different architecture ... Thanks: Jan Sedlák for finding the solution. --- customize/customize_run.ml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/customize/customize_run.ml b/customize/customize_run.ml index 828c711..2a4c71e 100644 --- a/customize/customize_run.ml +++ b/customize/customize_run.ml @@ -59,6 +59,7 @@ let run (g : Guestfs.guestfs) root (ops : ops) = * - Pass environment variables through from the host. * - Send stdout and stderr to a log file so we capture all output * in error messages...