Skip to content

Commit c3972f6

Browse files
committed
python: sd_nspawn: Add OrbStack mounts
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 4ea5e30 commit c3972f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/scripts/sd_nspawn.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,13 @@ def _add_dynamic_mounts(self):
8080
'/dev/kvm',
8181
# We may be in a virtual machine
8282
os.environ['HOST_FOLDER'],
83+
os.environ['MAC_FOLDER'],
8384
os.environ['NVME_FOLDER'],
8485
# Allow 'fzf --tmux' to work properly
8586
'/var/tmp/fzf',
8687
}
8788
ro_mounts = {
89+
os.environ['OPT_ORB_GUEST'],
8890
# Allow interacting with the host tmux socket
8991
f"/var/tmp/tmux-{os.getuid()}",
9092
}

0 commit comments

Comments
 (0)