Skip to content
Snippets Groups Projects
Commit 1d40372a authored by Simon McVittie's avatar Simon McVittie
Browse files

run-in-sysroot: Mount sysfs


This will let us test input device monitoring that looks directly at
the devices in /dev and /sys.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 99c8a2b7
No related branches found
No related tags found
1 merge request!162Preparation for input device interface
Pipeline #5076 passed
......@@ -102,6 +102,7 @@ def main():
os.path.join(abs_sysroot, 'var', 'lib', 'apt'),
'/var/lib/apt',
'--dev-bind', '/dev', '/dev',
'--ro-bind', '/sys', '/sys',
'--ro-bind', '/etc/group', '/etc/group',
'--ro-bind', '/etc/passwd', '/etc/passwd',
'--ro-bind', '/etc/resolv.conf', '/etc/resolv.conf',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment