Update index.html - move 2nd disk image to chunks / split, and put its bits in the deploy folder

This commit is contained in:
Buzz 2024-08-22 10:46:11 +10:00 committed by GitHub
parent 30d05392d1
commit c73e41b0f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"},