mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-09 02:06:30 +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:
|
if self.addon.with_devicetree:
|
||||||
volumes.update({
|
volumes.update({
|
||||||
"/sys/firmware/devicetree": {
|
"/sys/firmware/devicetree": {
|
||||||
'bind': "/sys/firmware/devicetree", 'mode': 'r'
|
'bind': "/sys/firmware/devicetree", 'mode': 'ro'
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user