diff options
| author | Jason Albert <albertj@us.ibm.com> | 2015-07-14 13:48:51 -0400 |
|---|---|---|
| committer | Jason Albert <albertj@us.ibm.com> | 2015-07-14 13:48:51 -0400 |
| commit | b9185e6f1627f2ac6cddff9913ea517aafc298eb (patch) | |
| tree | 523001db1bb7ebd2dcd70cdec65d767fc2530d3b | |
| parent | 6d95cd41506fe660f809c9f6ac9bd2010bf6cef3 (diff) | |
| download | vpdtools-b9185e6f1627f2ac6cddff9913ea517aafc298eb.tar.gz vpdtools-b9185e6f1627f2ac6cddff9913ea517aafc298eb.zip | |
Added dependencies section to explicitly call them out
- python 2.7 is required, 2.6 will not work
- cmdline xmllint is used, instructions for install given
| -rw-r--r-- | README | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -20,9 +20,16 @@ Desc: Takes a binary VPD image and creates template XML files from it Input: Binary VPD image Output: Template XML files that can be modified and used to create a new image +Dependencies +============ Python 2.7 is required. NOTE: RHEL6 is python 2.6 and this tool will not run there +reverseVpd.py requires cmldline xmllint to cleanup the formatting of the output xml + +On Ubuntu/Debian: 'apt-get install libxml2-utils' +On Redhat/Fedora: 'yum install libxml2' + Examples ======== The tool comes with a number of example input files @@ -59,4 +66,4 @@ $ ~/vpdtools/createVpd.py -m ~/vpdtools/examples/sysplanar/sysplanar.tvpd -i ~/v License ======= -See LICENSE
\ No newline at end of file +See LICENSE |

