Skip to content

Commit

Permalink
Mount /var/folders to finch vm
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwas Siravara <[email protected]>
  • Loading branch information
vsiravar committed Aug 9, 2023
1 parent 55b5235 commit 9d81aa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions finch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ mounts:
# 🟢 Builtin default: false
# 🔵 This file: true (only for "/tmp/lima")
writable: true
- location: "/var/folders"
writable: true
# Because readlink /var => private/var
- location: "/private/var/folders"
writable: true

# Lima disks to attach to the instance. The disks will be accessible from inside the
# instance, labeled by name. (e.g. if the disk is named "data", it will be labeled
Expand Down

0 comments on commit 9d81aa4

Please sign in to comment.