mount /run in the target

Like the other API VFS, we need our own /run instance.
This commit is contained in:
Tom Gundersen 2019-06-05 20:41:34 +02:00
parent a04ec2c4b0
commit 78c8a176c9

View file

@ -56,6 +56,7 @@ def main(pipeline_path, from_archive, save):
script = f"""
set -e
mount -t tmpfs tmpfs /run
mount -t tmpfs tmpfs /tmp
mount -t tmpfs tmpfs /var/tmp
mkdir -p {tree}/dev {tree}/sys {tree}/proc