How to install the retro image set into an existing server:
1. Extract/copy image_info and the folders of images into an existing arch directory.
2. Copy Makefile.server.lib.am to your server's lib folder, and merge it with the Makefile.am there.
3. Run autogen.sh at the top level of the server to regenerate the Makefiles.
4. Ensure that there is a link to arch (or your arch folder is directly stored) in the lib folder.
5. Run `make do-collect` from the lib folder of the server.
6. Run `make` and `make install` with appropriate permissionsat the top level ofthe server.
This will copy the compiled image file to the installed data directory.