OpenXT / openxt

Base OpenXT build scripts
48 stars 39 forks source link

STABLE-8: do_build.sh: Use mtools instead of fuse for UEFI #297

Closed jandryuk closed 6 years ago

jandryuk commented 6 years ago

fuse doesn't play nicely in a container environment since it wants to load modules and do other privileged operations. Instead use mtools which can just be run as the user.

OXT-1280

Signed-off-by: Jason Andryuk jandryuk@gmail.com (cherry picked from commit 9642a3244d90068f6c311c539054a87af009c28f)