From 78c8a176c96b78777659bc938c34a57328d90fad Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 5 Jun 2019 20:41:34 +0200 Subject: [PATCH] mount /run in the target Like the other API VFS, we need our own /run instance. --- osbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/osbuild b/osbuild index f2b6ce31..b6bf7806 100755 --- a/osbuild +++ b/osbuild @@ -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