View Single Post
Old 13th October 2018
h2 h2 is offline
Port Guard
 
Join Date: Oct 2018
Posts: 15
Default

GarryR, if you try pinxi (shortcut download url: smxi.org/pinxi) the disk issue should be corrected, it was a variant on the ordering of the string values for disk in dmesg.boot. This is why in general I avoid as much as possible all data structures that are not meant for machine parsing, they can and do change randomly since there is no assumption that the string values (sentences) are actually going to be used as real data.

Code:
pinxi -Ipdxxxz
This will confirm everything is working as expected.

ibara, inxi is not in cpan, nor do I expect that to ever change.

By scripting, I meant, in pseudocode:

grab latest files
read inxi file, get version, update version data
make builder with correct paths
compress file into desired format
upload port
__________________
inxi system information script (install info) :: inxi git
Reply With Quote