Open nathanlynch opened 3 years ago
I'm a little hesitant to just rip this out. While I'm not aware of any Linux consumer I do wonder if this utility can get called by the HMC.
I don't think the HMC uses it (I checked dynamicrm, which calls drmgr, lsdevinfo, et al -- no rtas_ibm_get_vpd)
also it's an easy revert if someone actually depends on it?
ok, after looking closer at lsvpd its clear that tool at some point just absorbed this code. I think I feel better about removing it now.
As far as I can tell, anything that
rtas_ibm_get_vpd
can do is better handled by the lsvpd package.rtas_ibm_get_vpd
dumps unprintable data to standard output without any sort of decoding:I can't imagine how it would be useful, except as an input to some other program that can actually decode this?