Comment 5 for bug 2035216

Revision history for this message
Steve Langasek (vorlon) wrote :

According to ./internal/imagedefinition/README.rst, only "path" is supported, which is passed to

                executeCmd := execCommand("chroot", targetDir, c.ExecutePath)

execCommand() appears to expect a list of arguments, so passing "/usr/bin/env -u DISPLAY /usr/sbin/oem-config-prepare" as a single argument probably fails.