When I compile the book on my OSX machine, the Build Machine note on the cover is too long to fit on the page:
From looking at the code, that line is a concatenation of five different values (sysname, nodename, release, version, machine). I would propose we either omit some of the values, or split them up into two or more lines.
If you let me know which solution you prefer (and how you want to handle each field). I can write the pull request.
Whatever you feel like...:)
I think the os/osversion is all I was looking for...
The date is already up there and the other details are not very important...
When I compile the book on my OSX machine, the Build Machine note on the cover is too long to fit on the page:
From looking at the code, that line is a concatenation of five different values (sysname, nodename, release, version, machine). I would propose we either omit some of the values, or split them up into two or more lines.
If you let me know which solution you prefer (and how you want to handle each field). I can write the pull request.