Przeglądaj źródła

Mount proc, CheerpX now has partial support for it

Alessandro Pignotti 11 miesięcy temu
rodzic
commit
bb21cf7077
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -332,7 +332,7 @@ __      __   _  __   ____  __
 			printOnTerm.printError(printOnTerm.getErrorMessage(err));
 			printOnTerm.printError(printOnTerm.getErrorMessage(err));
 		}
 		}
 		// The device url and type are replaced by Github Actions.
 		// 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()
 	function initialMessage()
 	{
 	{