Skip to content

Commit

Permalink
core: tools: blueos_startup_update: Add /usr/blueos/bin
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Oct 11, 2023
1 parent 513c00b commit 7a33af3
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 @@ -37,6 +37,10 @@ DELTA_JSON = {
"bind": "/usr/blueos/extensions",
"mode": "rw"
},
"/usr/blueos/bin": {
"bind": "/usr/blueos/bin",
"mode": "rw"
},
"/etc/resolv.conf.host": {
"bind": "/etc/resolv.conf.host",
"mode": "ro"
Expand Down

0 comments on commit 7a33af3

Please sign in to comment.