From c73e41b0f19dfa02334eba894c682b537e25c8ac Mon Sep 17 00:00:00 2001 From: Buzz Date: Thu, 22 Aug 2024 10:46:11 +1000 Subject: [PATCH] Update index.html - move 2nd disk image to chunks / split, and put its bits in the deploy folder --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 014d172..bfc6156 100644 --- a/index.html +++ b/index.html @@ -334,7 +334,8 @@ __ __ _ __ ____ __ } // The device url and type are replaced by Github Actions. CheerpXApp.create({devices:[{type:DEVICE_TYPE,url:IMAGE_URL,name:"block1"}, - {type:"bytes",url:'https://davidbuzz.github.io/webvm2/extra.ext2',name:"extra"} + {//type:"bytes",url:'https://davidbuzz.github.io/webvm2/extra.ext2',name:"extra"} + {type:"split",url:'https://davidbuzz.github.io/webvm2/deploy/extra.ext2',name:"extra"} ], //webvm2/extra.ext2 mounts:[{type:"ext2",dev:"block1",path:"/"}, {type:"ext2",dev:"extra",path:"/mnt"},