From 1823d674e09981d5ed471eec1250a167f3a9f683 Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Mon, 3 Oct 2022 07:30:28 +0200 Subject: [PATCH] Add upstream ext2 + CX --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 90e37bd..e8f884e 100644 --- a/index.html +++ b/index.html @@ -329,7 +329,7 @@ { printOnTerm.printError(printOnTerm.getErrorMessage(err)); } - CheerpXApp.create({devices:[{type:"block",url:"https://127.0.0.1:8080/images/webvm_20220131.ext2",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}).then(runTest, failCallback); + CheerpXApp.create({devices:[{type:"block",url:"https://disks.leaningtech.com/pythonfiddle_20220914.ext2",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}).then(runTest, failCallback); } function initialMessage() {