Skip to content

Commit

Permalink
bootstrap: fix defaults file
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani authored and patrickelectric committed Jul 25, 2023
1 parent b67a495 commit c7fe616
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bootstrap/startup.json.default
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"bind": "/var/logs/blueos",
"mode": "rw"
},
'/run/udev': {
'bind': '/run/udev',
'mode': 'ro'
"/run/udev": {
"bind": "/run/udev",
"mode": "ro"
},
'/etc/machine-id': {
'bind': '/etc/machine-id',
'mode': 'ro'
"/etc/machine-id": {
"bind": "/etc/machine-id",
"mode": "ro"
},
'/etc/dhcpcd.conf': {
'bind': '/etc/dhcpcd.conf',
'mode': 'rw'
"/etc/dhcpcd.conf": {
"bind": "/etc/dhcpcd.conf",
"mode": "rw"
},
"/usr/blueos/userdata": {
"bind": "/usr/blueos/userdata",
Expand Down

0 comments on commit c7fe616

Please sign in to comment.