Enable sysfs
This commit is contained in:
parent
47df48d371
commit
db67bb1e8e
@ -276,6 +276,8 @@
|
|||||||
{type:"devpts", path:"/dev/pts"},
|
{type:"devpts", path:"/dev/pts"},
|
||||||
// The Linux 'proc' filesystem which provides information about running processes
|
// The Linux 'proc' filesystem which provides information about running processes
|
||||||
{type:"proc", path:"/proc"},
|
{type:"proc", path:"/proc"},
|
||||||
|
// The Linux 'sysfs' filesystem which is used to enumerate emulated devices
|
||||||
|
{type:"sys", path:"/sys"},
|
||||||
// Convenient access to sample documents in the user directory
|
// Convenient access to sample documents in the user directory
|
||||||
{type:"dir", dev:documentsDevice, path:"/home/user/documents"}
|
{type:"dir", dev:documentsDevice, path:"/home/user/documents"}
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user