Bug 115320

Summary: hwinfo should print the lsprop -R output
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Olaf Hering <ohering>
Component: BasesystemAssignee: Steffen Winterfeldt <snwint>
Status: RESOLVED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 4   
Target Milestone: ---   
Hardware: PowerPC   
OS: Linux   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Olaf Hering 2005-09-05 15:28:57 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
Comment 1 Steffen Winterfeldt 2005-09-05 15:35:29 UTC
Why? It logs the device tree anyway and for more extensive system data 
there is 'getsysinfo' already. 
Comment 2 Olaf Hering 2005-09-05 15:40:21 UTC
the log is incomplete.
noone will run getsysinfo
Comment 3 Steffen Winterfeldt 2005-09-05 15:44:14 UTC
Well, everyone I asked to, did. 
 
Sorry, hwinfo logs only output it generates anyway. lsprop is never run.