Unfortunately, the Metacello configuration was created and is used only by Pharo-centric users so far ...
Ultimately, you can fix the Squeak branch in the configuration, but it will not be easy to boot from.
If you are interested in the oscog VM branch, then there is one ready-made 4.3 image with pre-loaded packages distributed in this svn repository
http://squeakvm.org/svn/squeak/branches/Cog
Look under the image subdirectory, open CogTrunk43.image, there is a workspace that explains how the packages were loaded into the image.
If you are interested in the classic interpreter, then it can be downloaded using the MCM update:
- Open the Monticello Browser
- Add VMMaker Repository
(MCHttpRepository location: 'http://source.squeak.org/trunk' user: 'squeak' password: 'squeak') - Select and open VMMaker repository
- In the left pane, select βupdateβ (bottom item)
- In the right pane, select the top item (update-dtl.12.mcm)
- Select the View button
- You get a list of displayed packages, click "Install"
The update configuration is several versions, although not sure if it is still supported, it is better to ask "Squeak Virtual Machine Development talk"
EDIT I think this magic spell can replace all the GUI-oriented operations above:
MCMcmUpdater updateFromRepositories: {'http://source.squeak.org/VMMaker'}.
source share