Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
J
you could edit the “imageID” field of the “images” table in the “fog” database, but if it’s purely for aesthetics i recommend against it. that ID is used for internal record keeping and task management in fog
T
init.xz
[code]cd /var/www/fog/service/ipxe xz -d init.xz mkdir tmp mount -o loop init tmp #EDIT YOUR FILE SPECIFICALLY tmp/bin/fog.man.reg cd /var/www/fog/service/ipxe xz -C crc32 -9 -c < init > init.xz[/code]
Okay,
I found and corrected this bug. It is up in svn at 1862. Thanks for reporting.