mount /run in the target
Like the other API VFS, we need our own /run instance.
This commit is contained in:
parent
a04ec2c4b0
commit
78c8a176c9
1 changed files with 1 additions and 0 deletions
1
osbuild
1
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue