This means that anyone updating to the new OS (which I guess is everyone) will need to telnet into their Joggler and run this command before any USB key installers will work:
Code: Select all
touch /etc/.usb-key
Whoever is providing the USB installer will need to update it to include a .usb-key hidden file (in addition to the .sum file for the O2 OS) which should contain the MD5 checksum of the opupdt.tgz payload. The opupdt.run script is now expected to be inside the tarball and is executed from /tmp rather than /, so anyone making an installer will need to take that into account as well.
I'd recommend that the /etc/.usb-key file is kept entirely empty (zero bytes), otherwise it'll make creating the checksum files for the payloads a total faff.