Skip to content

Commit 20f4590

Browse files
Williangalvanipatrickelectric
authored andcommitted
blueos_startup_update: add /sys/ to startup delta for cgroups
1 parent 30d619d commit 20f4590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/tools/blueos_startup_update/blueos_startup_update.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"/usr/blueos/bin": {"bind": "/usr/blueos/bin", "mode": "rw"},
3535
"/etc/resolv.conf.host": {"bind": "/etc/resolv.conf.host", "mode": "ro"},
3636
"/home/pi/.ssh": {"bind": "/home/pi/.ssh", "mode": "rw"},
37+
"/sys/": {"bind": "/sys/", "mode": "rw"},
3738
}
3839
}
3940
}

0 commit comments

Comments
 (0)