Hi, do you plan to develop it as a plugin? When I played with TinyCore Linux and Pharo (using framebuffer), I directly applied required the plugins on the filesystem. -- Pavel 2014-10-17 11:09 GMT+02:00 Torsten Bergmann <astares@gmx.de>:
Hi Mike,
tried to swap the image using the following procedure:
1. Run the following code to download latest Pharo 4.0
ZnClient new url: 'http://files.pharo.org/image/40/latest.zip'; downloadTo: '/mnt/universe/pharo-image/latest.zip'. ZipArchive extractAllIn: '/mnt/universe/pharo-image/latest.zip'.
and extract to "/mnt/universe/pharo-image/"
2. Now I wanted to change /mnt/universe/image file name to point to the new image. Unfortunately I can not write or delete/recreate this file from Pharo's file browser.
Can you provide the build script for the ISO also on GitHub?
Thx T.