Quote:
I think I phrased my question wrong - I see that install script you linked to installs a fresh image of wheezy to the SD card. I am looking for something that will automatically install a fully prepared compressed file system (this is what I did for wheezy - but the script for ARMEL doesn't work with ARMHF) to the internal SSD - does this exist?
For reference with my ARMEL installer I simply took the maverick image and replaced the file system tar.xz on it with my own.
I don't see why that wouldn't work. in fact my headless testing image already does just that using the exact same script as on the maverick installer image (only without the plymouth stuff)
how far does it get? You could very easily modify my installheadless.sh script that is part of the install-armhf repo if you wanted to have a custom version that puts a tar.xz onto a device. it assumes an sd card but could easily be modified to do the SSD instead. aside from making sure you have /boot set up right in the image for booting from ssd you should be set.
the maverick installer image should just work though.
If you have the tar.xz file laying around I could try it myself and let you know what needs changing.