On 16/10/12 10:13 AM, David T. Lewis wrote:
If you don't want to do it in the VM, you can do it with a shell script. Just make a 512 byte file that starts with the shebang line that you want to use, prepend it to the saved image file (with /bin/cat) and set file mode executable (chmod).
[So why does "Reply" in Thunderbird now go to the sender, instead of the newsgroup. Have to use "Followup".]
Neat, that worked. I used: % mkfile 512 header % vi -b header % cat header my.image > myimage % chmod +x myimage % ./myimage Is it possible to combine the VM and image into a single file?
