Skip to content

Commit

Permalink
core: tools: startup: Add extensions folder to binded volume
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Sep 1, 2023
1 parent 0936360 commit 8313771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/tools/blueos_startup_update/blueos_startup_update
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ DELTA_JSON = {
"bind": "/usr/blueos/userdata",
"mode": "rw"
},
"/usr/blueos/extensions": {
"bind": "/usr/blueos/extensions",
"mode": "rw"
},
"/etc/resolv.conf.host": {
"bind": "/etc/resolv.conf.host",
"mode": "ro"
Expand Down

0 comments on commit 8313771

Please sign in to comment.