Mount proc, CheerpX now has partial support for it
This commit is contained in:
parent
9ad64fbe9e
commit
bb21cf7077
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ __ __ _ __ ____ __
|
|||
printOnTerm.printError(printOnTerm.getErrorMessage(err));
|
||||
}
|
||||
// The device url and type are replaced by Github Actions.
|
||||
CheerpXApp.create({devices:[{type:DEVICE_TYPE,url:IMAGE_URL,name:"block1"}],mounts:[{type:"ext2",dev:"block1",path:"/"},{type:"cheerpOS",dev:"/app",path:"/app"},{type:"cheerpOS",dev:"/str",path:"/data"},{type:"devs",dev:"",path:"/dev"}], networkInterface: networkInterface}).then(runTest, failCallback);
|
||||
CheerpXApp.create({devices:[{type:DEVICE_TYPE,url:IMAGE_URL,name:"block1"}],mounts:[{type:"ext2",dev:"block1",path:"/"},{type:"cheerpOS",dev:"/app",path:"/app"},{type:"cheerpOS",dev:"/str",path:"/data"},{type:"devs",dev:"",path:"/dev"},{type:"proc",dev:"",path:"/proc"}], networkInterface: networkInterface}).then(runTest, failCallback);
|
||||
}
|
||||
function initialMessage()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue