jim_p, thanks for the report.
But I told you in another thread: don't use the script anymore
1. it doesn't decide between Generic and Generic-legacy and as you told in the other thread: switching between both isn't that flawless.
2. there is a left over in ~/.update when hitting CRTL+C. maybe a half downloaded/damaged image.
don't know what it exactly means, but I guess it won't harm (untested !) cause the update installer run a sort of check summing and should deny installing the update
3. I nowhere check the needed disk space to download, copy the ~/backup and to handle the uncompression the update installer does.
(kudos diederik )
anyway, I rewrote the script to handle 1. and 2., but currently not 3.
for 3.:
I guess I need ~2.5 - 3x the image size as required disk space (1x update, 1-2x the uncomressed update, 1x copy in backup).
therefore I need to fetch the image size from download server *before* I start downloading at all.
for 1.:
I currently fetch the HW; Arch, etc. sorta dynamically from the running box, but currently not for other images (as of now only: generic and generic-legacy is handled)
The lack I have is the output of "cat /etc/issue" for esp. RPi's and others and of cource the HW to test (owning a Generic only)
care to post that for your RPi ?
maybe I get some more grip...
I'm completely undecided to put the new script online again ..., until at least I get a fix for the disk space part ...