Skip to content

Commit

Permalink
python: sd_nspawn: Mount NAS into container
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Jan 6, 2025
1 parent d00daa7 commit a84e7aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/scripts/sd_nspawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def _add_dynamic_mounts(self):
'/dev/kvm',
# We may be in a virtual machine
os.environ['HOST_FOLDER'],
os.environ['NAS_FOLDER'],
os.environ['NVME_FOLDER'],
# Allow 'fzf --tmux' to work properly
'/var/tmp/fzf',
Expand Down

0 comments on commit a84e7aa

Please sign in to comment.