Update index.html
This commit is contained in:
parent
f603d531be
commit
cb86e57e53
1 changed files with 9 additions and 1 deletions
10
index.html
10
index.html
|
@ -333,7 +333,15 @@ __ __ _ __ ____ __
|
|||
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"},{type:"proc",dev:"",path:"/proc"}], networkInterface: networkInterface}).then(runTest, failCallback);
|
||||
CheerpXApp.create({devices:[{type:DEVICE_TYPE,url:IMAGE_URL,name:"block1"},
|
||||
{type:DEVICE_TYPE,url:'https://davidbuzz.github.io/webvm2/',name:"extra"}], //webvm2/extra.ext2
|
||||
mounts:[{type:"ext2",dev:"block1",path:"/"},
|
||||
{type:"ext2",dev:"block2",path:"/disk2"},
|
||||
{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…
Add table
Reference in a new issue