Skip to content

Set HOME in apertis-image-builder

Martyn Welch requested to merge wip/martyn/set-home into apertis/v2021dev2

Docker is defaulting to setting HOME as /. When running the suggested Docker command in apertis-image-recipes for generating images, this is resulting in a UML kernel panic as UML is unable to create ~/.uml/.

Set the HOME to point to a location that we know is backed by tmpfs.

Signed-off-by: Martyn Welch martyn.welch@collabora.com

Merge request reports