Bugzilla – Bug 115320
hwinfo should print the lsprop -R output
Last modified: 2008-07-16 15:46:56 UTC
hwinfo already prints the lshal (or whatever) output. It should also print the lsprop -R /proc/device-tree output. if test -x /sbin/lsprop -a -d /proc/device-tree ; then lsprop -R /proc/device-tree fi
Why? It logs the device tree anyway and for more extensive system data there is 'getsysinfo' already.
the log is incomplete. noone will run getsysinfo
Well, everyone I asked to, did. Sorry, hwinfo logs only output it generates anyway. lsprop is never run.