mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-08 17:56:33 +00:00
Fix wrong mount options for devicetree (#548)
This commit is contained in:
parent
806161e3ac
commit
5820d16419
@ -217,7 +217,7 @@ class DockerAddon(DockerInterface):
|
||||
if self.addon.with_devicetree:
|
||||
volumes.update({
|
||||
"/sys/firmware/devicetree": {
|
||||
'bind': "/sys/firmware/devicetree", 'mode': 'r'
|
||||
'bind': "/sys/firmware/devicetree", 'mode': 'ro'
|
||||
},
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user